.gitignore: do not ignore config.h
GCC does not support in-tree builds at the moment, so .gitignore concealing artifacts of accidental in-tree ./configure run may cause confusion. Un-ignore config.h, which is known to break the build. ChangeLog: * .gitignore: Do not ignore config.h.
This commit is contained in:
parent
20ab397224
commit
4a8aab9a23
3
.gitignore
vendored
3
.gitignore
vendored
@ -23,7 +23,8 @@
|
||||
|
||||
autom4te.cache
|
||||
config.cache
|
||||
config.h
|
||||
# GCC does not support in-tree builds, do not conceal a stray config.h:
|
||||
# config.h
|
||||
config.intl
|
||||
config.log
|
||||
config.status
|
||||
|
Loading…
Reference in New Issue
Block a user