diff options
author | Uwe Kleine-König <ukleinek@debian.org> | 2017-08-24 17:22:38 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2017-08-28 13:22:04 +0200 |
commit | 3a3478472fe289ed72a91a1cc9de07dfbab4a047 (patch) | |
tree | 5814e6f237394d3b2a60a2fd320fa73601ca6703 /.gitignore | |
parent | 81049e599775bac4238361752f659a86f67328e6 (diff) |
Add ctags files to .gitignore
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -141,6 +141,8 @@ tests/ubi-tests/ubi-stress-test.sh patches-* *.patch -# cscope files +# cscope and ctag files cscope.* ncscope.* +/TAGS +/tags |