From 9be98b6bef38904c95c1508aee3e901620681388 Mon Sep 17 00:00:00 2001 From: Ramkumar Ramachandra Date: Sat, 10 Jan 2015 19:11:29 +0000 Subject: [PATCH] .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. llvm-svn: 225588 --- llvm/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/llvm/.gitignore b/llvm/.gitignore index a3769c0..1f3f1a9 100644 --- a/llvm/.gitignore +++ b/llvm/.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 -- 2.7.4