commit | 4ed7a5718f29e59c19d6bef51dc3430861c9da87 | [log] [tgz] |
---|---|---|
author | Mark Rogalski <rogalski@us.ibm.com> | Mon Jan 08 10:03:12 2024 -0600 |
committer | Michael Brown <mcb30@ipxe.org> | Tue Jan 09 12:39:48 2024 +0000 |
tree | 641b135eeecfd8bceaf2fca8651f538e17955840 | |
parent | fa62213231a882eb6bbcefa7ad1106bdb9aaeae2 [diff] [blame] |
[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>
diff --git a/src/.gitignore b/src/.gitignore index cc8e33e..4e4f00c 100644 --- a/src/.gitignore +++ b/src/.gitignore
@@ -1,4 +1,4 @@ .toolcheck .echocheck TAGS* -bin* +bin-*