diff options
author | Chris Bieneman <beanz@apple.com> | 2015-07-07 20:24:58 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2015-07-07 20:24:58 +0000 |
commit | f334580b95398ed9185a0baa7c436cf8f14afb4b (patch) | |
tree | 083b735b3b7ed738ba52880713fc8d7620c8c88f /.gitignore | |
parent | 651c3901be8034e282ac297551de9e0fdfe66e3a (diff) |
Minor updates to gitignore so that symlinks are ignored in the projects dir.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241622 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f3424d231e2..e3d191dcbcc 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,9 @@ autoconf/autom4te.cache # Directories to ignore (do not add trailing '/'s, they skip symlinks). #==============================================================================# # External projects that are tracked independently. -projects/*/ +projects/* +!projects/*.* +!projects/Makefile # Clang, which is tracked independently. tools/clang # LLDB, which is tracked independently. |