Add new automake products to .gitignore

Newer automake creates .dirstamp and config.h.in~
This commit is contained in:
elextr 2014-01-22 09:45:02 +11:00
parent 5d62030667
commit c4549b1e73

2
.gitignore vendored
View File

@ -13,6 +13,7 @@ deps.mak
.lock-waf_* .lock-waf_*
Makefile Makefile
Makefile.in Makefile.in
.dirstamp
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# / (root) # / (root)
@ -26,6 +27,7 @@ Makefile.in
/config.guess /config.guess
/config.h /config.h
/config.h.in /config.h.in
/config.h.in~
/config.log /config.log
/config.status /config.status
/config.sub /config.sub