From 61861b6aa5590e4b4b4b02ec728cddb7c07d83a8 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Mon, 24 Jun 2019 22:59:34 +0200 Subject: [PATCH] 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 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 121a49f107a..fb82082db09 100644 --- a/.gitignore +++ b/.gitignore @@ -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 GPATH GRTAGS GTAGS +TAGS +tags .idea