.gitignore: exempt scripts/build from ignore

Since the build scripts have been moved to `scripts/build`, exempt that
specific subdirectory from the `.gitignore` pattern.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
Jordan Yates 2022-07-15 22:27:40 +10:00 committed by Kumar Gala
parent cfb8c5e70f
commit 7df826e649

1
.gitignore vendored
View file

@ -11,6 +11,7 @@
\#*\#
build*/
!doc/build/
!scripts/build
!tests/drivers/build_all
cscope.*
.dir