mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 22:11:08 +03:00
[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>
This commit is contained in:
committed by
Michael Brown
parent
fa62213231
commit
4ed7a5718f
2
src/.gitignore
vendored
2
src/.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
.toolcheck
|
||||
.echocheck
|
||||
TAGS*
|
||||
bin*
|
||||
bin-*
|
||||
|
||||
1
src/bin/.gitignore
vendored
1
src/bin/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
|
||||
1
src/config/local/.gitignore
vendored
1
src/config/local/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
|
||||
Reference in New Issue
Block a user