From 702d865fe6ab84c1179275beda6c31f7adaeafa1 Mon Sep 17 00:00:00 2001 From: Martin Kaiser Date: Mon, 24 Sep 2018 21:00:47 +0200 Subject: .gitignore: add ctags output files Exuberant ctags creates an output file called "tags" by default or "TAGS" when it's run in emacs mode. Add those two files to .gitignore so they won't be removed by git clean -df. Signed-off-by: Martin Kaiser Signed-off-by: Denys Vlasenko --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index be1d46199..c03c2e8a6 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,9 @@ cscope.files cscope.in.out cscope.out cscope.po.out + +# +# ctags output +# +tags +TAGS -- cgit v1.2.3