gitignore: exclude scripts/pylib/build_helpers from git ignore list
Exclude scripts/pylib/build_helpers from default gitignore behavior of ignoring all directories whose names begin with build, as this directory is used for build helper scripts shared by west and twister. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
d870df0054
commit
88bfd3e27f
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,6 +13,7 @@ build*/
|
|||
!doc/build/
|
||||
!scripts/build
|
||||
!tests/drivers/build_all
|
||||
!scripts/pylib/build_helpers
|
||||
cscope.*
|
||||
.dir
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue