Add new automake products to .gitignore
Newer automake creates .dirstamp and config.h.in~
This commit is contained in:
parent
5d62030667
commit
c4549b1e73
2
.gitignore
vendored
2
.gitignore
vendored
@ -13,6 +13,7 @@ deps.mak
|
||||
.lock-waf_*
|
||||
Makefile
|
||||
Makefile.in
|
||||
.dirstamp
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# / (root)
|
||||
@ -26,6 +27,7 @@ Makefile.in
|
||||
/config.guess
|
||||
/config.h
|
||||
/config.h.in
|
||||
/config.h.in~
|
||||
/config.log
|
||||
/config.status
|
||||
/config.sub
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user