zephyr/.gitignore
Kumar Gala 0fed8b9280 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>
2018-10-04 21:13:19 -04:00

47 lines
517 B
Plaintext

*.o
*.a
*.d
*.cmd
*.log
*.pyc
*.swp
*.swo
*~
build*
cscope.*
.dir
/*.patch
# The .cache directory will be used to cache toolchain capabilities if
# no suitable out-of-tree directory is found.
.cache
outdir
outdir-*
scripts/basic/fixdep
scripts/gen_idt/gen_idt
doc/_build
doc/doxygen
doc/xml
doc/html
doc/boards
doc/samples
doc/latex
doc/themes/zephyr-docs-theme
sanity-out*
scripts/grub
doc/reference/kconfig/*.rst
doc/doc.warnings
tags
.project
.cproject
.xxproject
.envrc
.vscode
# Tag files
GPATH
GRTAGS
GTAGS