summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-04-07 14:15:49 +0200
committerJim Meyering <meyering@redhat.com>2010-04-07 14:15:49 +0200
commit488112fc96510ab5e8940b350b3ae0f150a02ccb (patch)
tree4fac417e6d0b596843f4f2cf8a10826ab5f14a0d /.gitignore
parent54dbe9d4ad1c701b456f5267e6065509060eff2b (diff)
downloadgrep-488112fc96510ab5e8940b350b3ae0f150a02ccb.tar.gz
maint: tell git to ignore more build products
* .gitignore: Also ignore results of "make ID" and "make tags".
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index de560c77..18f58aa5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
.deps
/ABOUT-NLS
/GNUmakefile
+/ID
/INSTALL
/aclocal.m4
/autom4te.cache
@@ -55,3 +56,4 @@ ABOUT-NLS
ChangeLog
Makefile
Makefile.in
+TAGS