Author: dblaikie
Date: Mon Aug 13 12:45:30 2012
New Revision: 161764

URL: http://llvm.org/viewvc/llvm-project?rev=161764&view=rev
Log:
Teach Git to ignore the tools/extra directory.

Modified:
    cfe/trunk/.gitignore

Modified: cfe/trunk/.gitignore
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/.gitignore?rev=161764&r1=161763&r2=161764&view=diff
==============================================================================
--- cfe/trunk/.gitignore (original)
+++ cfe/trunk/.gitignore Mon Aug 13 12:45:30 2012
@@ -23,3 +23,9 @@
 
#==============================================================================#
 cscope.files
 cscope.out
+
+#==============================================================================#
+# Directories to ignore (do not add trailing '/'s, they skip symlinks).
+#==============================================================================#
+# Clang extra user tools, which is tracked independently (clang-tools-extra).
+tools/extra


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to