git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitignore: ignore GNU GLOBAL tag files
@ 2011-03-07  4:49 Namhyung Kim
  2011-03-07 12:00 ` Ævar Arnfjörð Bjarmason
  0 siblings, 1 reply; 5+ messages in thread
From: Namhyung Kim @ 2011-03-07  4:49 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
---
 .gitignore |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index c460c66766a..cec14c5f48d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -207,6 +207,10 @@
 /configure
 /tags
 /TAGS
+/GTAGS
+/GRTAGS
+/GPATH
+/GSYMS
 /cscope*
 *.obj
 *.lib
-- 
1.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-03-08  1:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07  4:49 [PATCH] gitignore: ignore GNU GLOBAL tag files Namhyung Kim
2011-03-07 12:00 ` Ævar Arnfjörð Bjarmason
2011-03-07 12:07   ` Matthieu Moy
2011-03-07 13:02     ` Roberto Vargas Caballero
2011-03-08  1:42     ` Namhyung Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).