gitignore: Add tags and cscope files

Ignore files generated by the make targets tags and cscope.
This commit is contained in:
Torsten Schmitz 2021-11-08 23:41:05 +01:00 committed by Denis Kenzior
parent 22c77cc037
commit f82422cc63
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -4,6 +4,8 @@
.libs .libs
.deps .deps
.dirstamp .dirstamp
tags
cscope.*
Makefile Makefile
Makefile.in Makefile.in
aclocal.m4 aclocal.m4