[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>
pull/1117/head
Mark Rogalski 2024-01-08 10:03:12 -06:00 committed by Michael Brown
parent fa62213231
commit 4ed7a5718f
3 changed files with 3 additions and 1 deletions

2
src/.gitignore vendored
View File

@ -1,4 +1,4 @@
.toolcheck
.echocheck
TAGS*
bin*
bin-*

1
src/bin/.gitignore vendored
View File

@ -1 +1,2 @@
*
!.gitignore

View File

@ -1 +1,2 @@
*
!.gitignore