Add .gitignore for autotools files
This makes development work less error prone when committing. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
Makefile.in
|
||||||
|
/autom4te.cache
|
||||||
|
/aclocal.m4
|
||||||
|
/compile
|
||||||
|
/configure
|
||||||
|
/depcomp
|
||||||
|
/install-sh
|
||||||
|
/missing
|
||||||
|
/stamp-h1
|
||||||
|
/config.guess
|
||||||
|
/config.h.in
|
||||||
|
/config.sub
|
||||||
|
/ltmain.sh
|
||||||
Reference in New Issue
Block a user