X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=.gitignore;h=e3d191dcbcced9f0c97a5b6838b88eddabc0b47f;hb=c1bdb0b0ce76ca2d68f8c71e68cc76842bfe7c17;hp=f3424d231e2ddc6691e8f5d7667ed5c6446ba2a8;hpb=5d01714788147ab46a7439e94dd3a6a8ad7b6b42;p=oota-llvm.git 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.