[cfe-commits] r161764 - /cfe/trunk/.gitignore
David Blaikie
dblaikie at gmail.com
Mon Aug 13 10:45:30 PDT 2012
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
More information about the cfe-commits
mailing list