]> git.ipfire.org Git - thirdparty/gcc.git/commit - .gitignore
.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)
commit4a8aab9a23550dbf53d4640fef57c0bd6f6b0129
treebbb0732ef1abf6404fc9f6d4fa39f4dcef62f6cf
parent20ab3972240aff596a3fa98e9fb09ddc0658fbb3
.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.
.gitignore