gitignore: ignore generated top-level Makefile and config.status
The out-of-tree conversion turned the top-level Makefile into a configure-generated file (from Makefile.in), and config.status now runs in the build directory (the source top for an in-tree build). Ignore both at the top level only (anchored) so the tracked per-module Makefiles are unaffected. config.log is already ignored. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4e967a4766
commit
179b43b168
|
|
@ -6,6 +6,10 @@ config.log
|
|||
scripts/config.log
|
||||
scripts/config.status
|
||||
scripts/defs.mak
|
||||
# Generated at the build top (in-tree = source top): the top Makefile is now
|
||||
# produced from Makefile.in, and config.status runs in the build directory.
|
||||
/Makefile
|
||||
/config.status
|
||||
install.log
|
||||
make.log
|
||||
reconfigure.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue