Simplify .gitignore: projects/* => projects/*/
[oota-llvm.git] / .gitignore
index 0705990f2bc2f8d8065bb28cd0014901b1890fa0..f3424d231e2ddc6691e8f5d7667ed5c6446ba2a8 100644 (file)
@@ -43,10 +43,7 @@ autoconf/autom4te.cache
 # Directories to ignore (do not add trailing '/'s, they skip symlinks).
 #==============================================================================#
 # External projects that are tracked independently.
 # Directories to ignore (do not add trailing '/'s, they skip symlinks).
 #==============================================================================#
 # External projects that are tracked independently.
-projects/*
-!projects/CMakeLists.txt
-!projects/LLVMBuild.txt
-!projects/Makefile
+projects/*/
 # Clang, which is tracked independently.
 tools/clang
 # LLDB, which is tracked independently.
 # Clang, which is tracked independently.
 tools/clang
 # LLDB, which is tracked independently.