summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRamkumar Ramachandra <artagnon@gmail.com>2015-01-10 19:11:29 +0000
committerRamkumar Ramachandra <artagnon@gmail.com>2015-01-10 19:11:29 +0000
commitdc857fefdcde7779602ffc616129efcc77112412 (patch)
tree859d533c9488610541fa3cf6b958497fdcd469ec /.gitignore
parent9ae5b7a40a2162ba6db5674798e4a4b65f690aed (diff)
.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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225588 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a3769c00ce95..1f3f1a9520c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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