From 179b43b168191f4b49806bbefa2d8513014293f1 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Wed, 22 Jul 2026 13:04:11 +0000 Subject: [PATCH] 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) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0b99f0fa..e6c84e6d 100644 --- a/.gitignore +++ b/.gitignore @@ -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