Skip to content

Commit

Permalink
Use relative paths in .gitignore to play nice with git submodules.
Browse files Browse the repository at this point in the history
Closes #25.

Signed-off-by: Benoit Sigoure <tsunanet@gmail.com>
  • Loading branch information
public authored and tsuna committed Dec 21, 2011
1 parent 05c2d6c commit ac10597
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions .gitignore
@@ -1,12 +1,23 @@
/INSTALL
/Makefile.in
/aclocal.m4
/autom4te.cache/
/build-aux/libtool.m4
/build-aux/ltoptions.m4
/build-aux/ltsugar.m4
/build-aux/ltversion.m4
/build-aux/lt~obsolete.m4
/config.h.in
/configure
/tests/Makefile.in
*~
*.swp
INSTALL
Makefile.in
Makefile
aclocal.m4
autom4te.cache/
build-aux/libtool.m4
build-aux/ltoptions.m4
build-aux/ltsugar.m4
build-aux/ltversion.m4
build-aux/lt~obsolete.m4
config.h.in
configure
config.h
config.log
config.status
libtool
stamp-h1
tests/atconfig
tests/atlocal
tests/package.m4
tests/Makefile.in

0 comments on commit ac10597

Please sign in to comment.