[llvm] r241622 - Minor updates to gitignore so that symlinks are ignored in the projects dir.

Chris Bieneman beanz at apple.com
Tue Jul 7 13:24:58 PDT 2015


Author: cbieneman
Date: Tue Jul  7 15:24:58 2015
New Revision: 241622

URL: http://llvm.org/viewvc/llvm-project?rev=241622&view=rev
Log:
Minor updates to gitignore so that symlinks are ignored in the projects dir.

Modified:
    llvm/trunk/.gitignore

Modified: llvm/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.gitignore?rev=241622&r1=241621&r2=241622&view=diff
==============================================================================
--- llvm/trunk/.gitignore (original)
+++ llvm/trunk/.gitignore Tue Jul  7 15:24:58 2015
@@ -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.





More information about the llvm-commits mailing list