Browse Source

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>
pull/17119/head
Henrik Brix Andersen 6 years ago committed by Anas Nashif
parent
commit
61861b6aa5
  1. 3
      .gitignore

3
.gitignore vendored

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

Loading…
Cancel
Save