[Xcb] [PATCH 6/6] Sort gitignore, adjust pattern for config.h
Daniel Martin
consume.noise at gmail.com
Thu Jul 25 03:02:34 PDT 2013
Don't ignore the files config.h and config.h.in, adjust the pattern to
ignore config.h*. This matches an additional config.h.in~ too.
---
.gitignore | 33 ++++++++++++++++-----------------
1 file changed, 16 insertions(+), 17 deletions(-)
diff --git a/.gitignore b/.gitignore
index c0dc485..0981ed2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,24 +1,23 @@
+*.la
+*.lo
+*.loT
+*.o
+*.pc
+*.tar.bz2
+*.tar.gz
+.deps
+.dirstamp
+.libs
+Makefile
+Makefile.in
aclocal.m4
build-aux
-libtool
-m4/l*.m4
-mkinstalldirs
-config.h
-config.h.in
+config.h*
config.log
config.status
configure
configure.lineno
-.deps
-.dirstamp
-.libs
-*.lo
-*.loT
-*.la
-Makefile
-Makefile.in
+libtool
+m4/l*.m4
+mkinstalldirs
stamp-h1
-*.o
-*.pc
-*.tar.bz2
-*.tar.gz
--
1.8.3.3
More information about the Xcb
mailing list