Removed whitespace in .gitignore allow correct matching of files

This commit is contained in:
Markus Graube 2014-03-06 11:35:47 +01:00
parent 962f7be131
commit a803f7c076

86
.gitignore vendored
View File

@ -1,43 +1,43 @@
# exclude # exclude
.log log
.guess *.guess
.in .in
.sub *.sub
.status .status
.m4 .m4
.lo *.lo
.o *.o
.a *.a
.la *.la
.so* *.so*
/bin /bin
m4 m4
/autom4te.cache /autom4te.cache
Makefile Makefile
Makefile.in Makefile.in
/stamp-h1 /stamp-h1
/config.status /config.status
config.log config.log
/config.h /config.h
/aclocal.m4 /aclocal.m4
/config/ /config/
/config.h.in /config.h.in
/configure /configure
/install-sh /install-sh
/compile /compile
/depcomp /depcomp
/ltmain.sh /ltmain.sh
/autogen.sh /autogen.sh
/configure /configure
/missing /missing
*~ *~
GIT_REVISION GIT_REVISION
SVN_REVISION SVN_REVISION
libtool libtool
.deps .deps
.libs .libs
.gcno .gcno
.gcda .gcda
coverage_report coverage_report
.project .project
.cproject .cproject