]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
.gitignore: do not ignore config.h
authorAlexander Monakov <amonakov@ispras.ru>
Tue, 19 Jul 2022 13:37:04 +0000 (16:37 +0300)
committerAlexander Monakov <amonakov@ispras.ru>
Tue, 19 Jul 2022 14:07:04 +0000 (17:07 +0300)
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.

.gitignore

index 021a8c74185642ddb8fab84f83e245518f261075..5cc4a0fdfa61507ab6dfd26b04df37c2e64419f8 100644 (file)
@@ -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