summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Rogalski2024-01-08 17:03:12 +0100
committerMichael Brown2024-01-09 13:39:48 +0100
commit4ed7a5718f29e59c19d6bef51dc3430861c9da87 (patch)
tree641b135eeecfd8bceaf2fca8651f538e17955840
parent[smbios] Support scanning for the 64-bit SMBIOS3 entry point (diff)
downloadipxe-4ed7a5718f29e59c19d6bef51dc3430861c9da87.tar.gz
ipxe-4ed7a5718f29e59c19d6bef51dc3430861c9da87.tar.xz
ipxe-4ed7a5718f29e59c19d6bef51dc3430861c9da87.zip
[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 <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
-rw-r--r--src/.gitignore2
-rw-r--r--src/bin/.gitignore1
-rw-r--r--src/config/local/.gitignore1
3 files changed, 3 insertions, 1 deletions
diff --git a/src/.gitignore b/src/.gitignore
index cc8e33e2..4e4f00c8 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 72e8ffc0..d6b7ef32 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 72e8ffc0..d6b7ef32 100644
--- a/src/config/local/.gitignore
+++ b/src/config/local/.gitignore
@@ -1 +1,2 @@
*
+!.gitignore