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:
Kumar Gala 2018-10-04 18:30:57 -05:00 committed by Anas Nashif
commit 0fed8b9280

5
.gitignore vendored
View file

@ -7,8 +7,7 @@
*.swp *.swp
*.swo *.swo
*~ *~
build build*
build-*
cscope.* cscope.*
.dir .dir
@ -30,7 +29,7 @@ doc/boards
doc/samples doc/samples
doc/latex doc/latex
doc/themes/zephyr-docs-theme doc/themes/zephyr-docs-theme
sanity-out/ sanity-out*
scripts/grub scripts/grub
doc/reference/kconfig/*.rst doc/reference/kconfig/*.rst
doc/doc.warnings doc/doc.warnings