summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-06-22 08:39:44 +0200
committerJim Meyering <meyering@redhat.com>2011-06-22 08:39:44 +0200
commit63fe2825aae11b595dbfe8d68b605867cc1d9198 (patch)
tree032c31c7916da998dc1bdbf0677e53e76c5b75b7 /.gitignore
parent7caed4e9385fcf12e47e4998d9e0a005d70de37c (diff)
downloadgrep-63fe2825aae11b595dbfe8d68b605867cc1d9198.tar.gz
maint: update bootstrap from gnulib
* bootstrap: Update to latest, so it no longer inserts empty lines in .gitignore files. * .gitignore: Let bootstrap move "!..." lines to end of file.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 04320a67..818afc1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,3 @@
-!/gnulib-tests/Makefile.am
-!/lib/Makefile.am
-!/lib/savedir.c
-!/lib/savedir.h
-!/m4/djgpp.m4
*.a
*.exe
*.o
@@ -58,3 +53,8 @@ ChangeLog
Makefile
Makefile.in
TAGS
+!/gnulib-tests/Makefile.am
+!/lib/Makefile.am
+!/lib/savedir.c
+!/lib/savedir.h
+!/m4/djgpp.m4