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:
parent
725abdf430
commit
61861b6aa5
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue