From: Martin Kaiser Date: Mon, 24 Sep 2018 19:00:47 +0000 (+0200) Subject: .gitignore: add ctags output files X-Git-Tag: 1_30_0~440 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=702d865fe6ab84c1179275beda6c31f7adaeafa1;p=oweals%2Fbusybox.git .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 --- 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