Merge pull request #9 from chungy/gitignore

Ignore autotools-generated files
This commit is contained in:
James Haley 2016-08-20 17:24:11 -05:00 committed by GitHub
commit 139e057f53

16
.gitignore vendored
View File

@ -7,6 +7,7 @@
*.so
*.so.[0-9]*
*.a
*.exe
*.pyc
*.pyo
*.rej
@ -21,3 +22,18 @@
/WinMBF.plg
/WinMBF.ncb
/Release
Makefile
Makefile.in
.deps
/autom4te.cache
/aclocal.m4
/compile
/config.h.in
/config.log
/config.status
/configure
/configure.scan
/depcomp
/install-sh
/missing