gitignore: Ignore any sanity-out* or build* dir
Tweak the wildcard matching for any build or sanity-out dir Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
3687103fff
commit
0fed8b9280
1 changed files with 2 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -7,8 +7,7 @@
|
|||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
build
|
||||
build-*
|
||||
build*
|
||||
cscope.*
|
||||
.dir
|
||||
|
||||
|
@ -30,7 +29,7 @@ doc/boards
|
|||
doc/samples
|
||||
doc/latex
|
||||
doc/themes/zephyr-docs-theme
|
||||
sanity-out/
|
||||
sanity-out*
|
||||
scripts/grub
|
||||
doc/reference/kconfig/*.rst
|
||||
doc/doc.warnings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue