From: Uwe Kleine-König Date: Thu, 24 Aug 2017 15:22:38 +0000 (+0200) Subject: Add ctags files to .gitignore X-Git-Tag: v2.0.2~30 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3a3478472fe289ed72a91a1cc9de07dfbab4a047;p=mtd-utils.git Add ctags files to .gitignore Signed-off-by: David Oberhollenzer --- diff --git a/.gitignore b/.gitignore index a5547d5..38bd04d 100644 --- a/.gitignore +++ b/.gitignore @@ -141,6 +141,8 @@ tests/ubi-tests/ubi-stress-test.sh patches-* *.patch -# cscope files +# cscope and ctag files cscope.* ncscope.* +/TAGS +/tags