.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:
+2
-1
@@ -23,7 +23,8 @@
|
|||||||
|
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
config.cache
|
config.cache
|
||||||
config.h
|
# GCC does not support in-tree builds, do not conceal a stray config.h:
|
||||||
|
# config.h
|
||||||
config.intl
|
config.intl
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
|
|||||||
Reference in New Issue
Block a user