From 6d10df49c19084098e50e00333e467a2389d0e80 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Tue, 7 Jul 2015 20:24:58 +0000 Subject: [PATCH] Minor updates to gitignore so that symlinks are ignored in the projects dir. llvm-svn: 241622 --- llvm/.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/llvm/.gitignore b/llvm/.gitignore index f3424d231e2d..e3d191dcbcce 100644 --- a/llvm/.gitignore +++ b/llvm/.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.