public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1750] .gitignore: do not ignore config.h
@ 2022-07-19 14:07 Alexander Monakov
  0 siblings, 0 replies; only message in thread
From: Alexander Monakov @ 2022-07-19 14:07 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4a8aab9a23550dbf53d4640fef57c0bd6f6b0129

commit r13-1750-g4a8aab9a23550dbf53d4640fef57c0bd6f6b0129
Author: Alexander Monakov <amonakov@ispras.ru>
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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-19 14:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-19 14:07 [gcc r13-1750] .gitignore: do not ignore config.h Alexander Monakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).