]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Reduce scope of wildcard .gitignore rules 1117/head
authorMark Rogalski <rogalski@us.ibm.com>
Mon, 8 Jan 2024 16:03:12 +0000 (10:03 -0600)
committerMichael Brown <mcb30@ipxe.org>
Tue, 9 Jan 2024 12:39:48 +0000 (12:39 +0000)
Ensure that .gitignore rules do not cover any files that do exist
within the repository.

Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/.gitignore
src/bin/.gitignore
src/config/local/.gitignore

index cc8e33e28ef57fc493a9f4b8002e87fed1e8b537..4e4f00c81029be29fd8720333bb66f42a7944560 100644 (file)
@@ -1,4 +1,4 @@
 .toolcheck
 .echocheck
 TAGS*
-bin*
+bin-*
index 72e8ffc0db8aad71a934dd11e5968bd5109e54b4..d6b7ef32c8478a48c3994dcadc86837f4371184d 100644 (file)
@@ -1 +1,2 @@
 *
+!.gitignore
index 72e8ffc0db8aad71a934dd11e5968bd5109e54b4..d6b7ef32c8478a48c3994dcadc86837f4371184d 100644 (file)
@@ -1 +1,2 @@
 *
+!.gitignore