zephyr/.gitignore
Henrik Brix Andersen 61861b6aa5 gitignore: ignore Emacs TAGS file
Ignore the Emacs TAGS file generated by scripts/tags.sh. Move the
entry for the lower-case tags file to the correct section.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2019-06-27 07:18:35 -04:00

51 lines
551 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*
bsim_bt_out
scripts/grub
doc/reference/kconfig/*.rst
doc/doc.warnings
.*project
.settings
.envrc
.vscode
hide-defaults-note
# Tag files
GPATH
GRTAGS
GTAGS
TAGS
tags
.idea