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:
Daniel DeGrasse 2022-10-10 09:36:22 -05:00 committed by Anas Nashif
commit 88bfd3e27f

1
.gitignore vendored
View file

@ -13,6 +13,7 @@ build*/
!doc/build/
!scripts/build
!tests/drivers/build_all
!scripts/pylib/build_helpers
cscope.*
.dir