From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1592) id 3857E3858439; Tue, 19 Jul 2022 14:07:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3857E3858439 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Alexander Monakov To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-1750] .gitignore: do not ignore config.h X-Act-Checkin: gcc X-Git-Author: Alexander Monakov X-Git-Refname: refs/heads/master X-Git-Oldrev: 20ab3972240aff596a3fa98e9fb09ddc0658fbb3 X-Git-Newrev: 4a8aab9a23550dbf53d4640fef57c0bd6f6b0129 Message-Id: <20220719140731.3857E3858439@sourceware.org> Date: Tue, 19 Jul 2022 14:07:31 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2022 14:07:31 -0000 https://gcc.gnu.org/g:4a8aab9a23550dbf53d4640fef57c0bd6f6b0129 commit r13-1750-g4a8aab9a23550dbf53d4640fef57c0bd6f6b0129 Author: Alexander Monakov Date: Tue Jul 19 16:37:04 2022 +0300 .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. Diff: --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 021a8c74185..5cc4a0fdfa6 100644 --- a/.gitignore +++ b/.gitignore @@ -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