From: Mark Rogalski Date: Mon, 8 Jan 2024 16:03:12 +0000 (-0600) Subject: [build] Reduce scope of wildcard .gitignore rules X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1117%2Fhead;p=thirdparty%2Fipxe.git [build] Reduce scope of wildcard .gitignore rules Ensure that .gitignore rules do not cover any files that do exist within the repository. Modified-by: Michael Brown Signed-off-by: Michael Brown --- diff --git a/src/.gitignore b/src/.gitignore index cc8e33e28..4e4f00c81 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,4 +1,4 @@ .toolcheck .echocheck TAGS* -bin* +bin-* diff --git a/src/bin/.gitignore b/src/bin/.gitignore index 72e8ffc0d..d6b7ef32c 100644 --- a/src/bin/.gitignore +++ b/src/bin/.gitignore @@ -1 +1,2 @@ * +!.gitignore diff --git a/src/config/local/.gitignore b/src/config/local/.gitignore index 72e8ffc0d..d6b7ef32c 100644 --- a/src/config/local/.gitignore +++ b/src/config/local/.gitignore @@ -1 +1,2 @@ * +!.gitignore