From 4a8aab9a23550dbf53d4640fef57c0bd6f6b0129 Mon Sep 17 00:00:00 2001 From: Alexander Monakov Date: Tue, 19 Jul 2022 16:37:04 +0300 Subject: .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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 021a8c7..5cc4a0f 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 -- cgit v1.1