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>
This commit is contained in:
Henrik Brix Andersen 2019-06-24 22:59:34 +02:00 committed by Anas Nashif
commit 61861b6aa5

3
.gitignore vendored
View file

@ -34,7 +34,6 @@ bsim_bt_out
scripts/grub scripts/grub
doc/reference/kconfig/*.rst doc/reference/kconfig/*.rst
doc/doc.warnings doc/doc.warnings
tags
.*project .*project
.settings .settings
.envrc .envrc
@ -45,5 +44,7 @@ hide-defaults-note
GPATH GPATH
GRTAGS GRTAGS
GTAGS GTAGS
TAGS
tags
.idea .idea