Skip to content

Commit

Permalink
DISTS: Add autotools stuff to the .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Jun 7, 2013
1 parent 3d8fd63 commit 4574838
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# MSVC files
Debug/
Release/
ipch/
Expand All @@ -6,3 +7,41 @@ ipch/
*.opensdf
*~
git-revision.h
# autotools files
Makefile
Makefile.in
Doxyerror
INSTALL
/aclocal.m4
/configure
/libtool
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4
/build-aux/compile
/build-aux/config.guess
/build-aux/config.sub
/build-aux/depcomp
/build-aux/install-sh
/build-aux/ltmain.sh
/build-aux/missing
/config.h.in
/autom4te.cache/
/stamp-h1
/config.h
/config.log
/config.status
*.l[oa]
.dirstamp
.libs/
.deps/
# Doxygen files
/doc/doxygen/html/
/doc/doxygen/latex/
/doc/doxygen/man/
# Unix binary
/src/xoreos
# Convenience symlink
/xoreos

0 comments on commit 4574838

Please sign in to comment.