Skip to content

Commit

Permalink
ignore autotools files
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanheaven committed May 4, 2011
1 parent 6edc123 commit 8d8783b
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .gitignore
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# For more details about how this file works, see: # For more details about how this file works, see:
# http://www.kernel.org/pub/software/scm/git/docs/gitignore.html # http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
# #

# Generated # Generated
/smc/*.log /smc/*.log
/smc/*.exe /smc/*.exe
Expand Down Expand Up @@ -49,3 +49,26 @@ Thumbs.db
/*.txt /*.txt
/*.rtf /*.rtf
/*.lnk /*.lnk

# Autotools
/smc/aclocal.m4
/smc/autom4te.cache/
/smc/config.guess
/smc/config.h*
/smc/config.status
/smc/config.sub
/smc/configure
/smc/data/Makefile
/smc/data/Makefile.in
/smc/depcomp
/smc/install-sh
/smc/m4/
/smc/Makefile
/smc/Makefile.in
/smc/missing
/smc/src/.deps/
/smc/src/Makefile
/smc/src/Makefile.in
/smc/src/*.o
/smc/src/smc
/smc/stamp-h1

0 comments on commit 8d8783b

Please sign in to comment.