.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:
parent
cfb8c5e70f
commit
7df826e649
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -11,6 +11,7 @@
|
||||||
\#*\#
|
\#*\#
|
||||||
build*/
|
build*/
|
||||||
!doc/build/
|
!doc/build/
|
||||||
|
!scripts/build
|
||||||
!tests/drivers/build_all
|
!tests/drivers/build_all
|
||||||
cscope.*
|
cscope.*
|
||||||
.dir
|
.dir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue