[llvm] r225588 - .gitignore: add some rules for tagging programs

Ramkumar Ramachandra artagnon at gmail.com
Sat Jan 10 11:11:30 PST 2015


Author: artagnon
Date: Sat Jan 10 13:11:29 2015
New Revision: 225588

URL: http://llvm.org/viewvc/llvm-project?rev=225588&view=rev
Log:
.gitignore: add some rules for tagging programs

Often, we miss committing new files, and 'arc diff' is supposed to warn
us about this. Unfortunately, because of the spurious output of the
command (due to unignored untracked files), we tend to ignore it and
lose information.

Modified:
    llvm/trunk/.gitignore

Modified: llvm/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.gitignore?rev=225588&r1=225587&r2=225588&view=diff
==============================================================================
--- llvm/trunk/.gitignore (original)
+++ llvm/trunk/.gitignore Sat Jan 10 13:11:29 2015
@@ -24,6 +24,13 @@
 #==============================================================================#
 # Explicit files to ignore (only matches one).
 #==============================================================================#
+# Various tag programs
+/tags
+/TAGS
+/GPATH
+/GRTAGS
+/GSYMS
+/GTAGS
 .gitusers
 autom4te.cache
 cscope.files





More information about the llvm-commits mailing list