diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-12-16 15:42:18 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-12-16 15:42:18 +0000 |
commit | 7232b09619a1b05584d05ea67884b36602fa71bc (patch) | |
tree | d284b52dd4c5c1496971df8ef317a949af563465 /.gitignore | |
parent | 01abcf339f8d42921c680fefb2ff988cfeee1198 (diff) |
Add some more .gitignore entries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121968 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 99c2798f48..398a4bbaa6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,12 @@ tools/clang *.pyc +*~ +.gitignore +.gitusers +projects/test-suite +projects/test-suite-externals +projects/compiler-rt +projects/libcxx +cscope.files +cscope.out |