Minor updates to gitignore so that symlinks are ignored in the projects dir.
authorChris Bieneman <beanz@apple.com>
Tue, 7 Jul 2015 20:24:58 +0000 (20:24 +0000)
committerChris Bieneman <beanz@apple.com>
Tue, 7 Jul 2015 20:24:58 +0000 (20:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241622 91177308-0d34-0410-b5e6-96231b3b80d8

.gitignore

index f3424d231e2ddc6691e8f5d7667ed5c6446ba2a8..e3d191dcbcced9f0c97a5b6838b88eddabc0b47f 100644 (file)
@@ -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.