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:
Darryl L. Miles 2026-07-22 13:04:11 +00:00 committed by R. Timothy Edwards
parent 4e967a4766
commit 179b43b168
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -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