Tag files are generated by Makefile tags and ctags targets
make tags
make ctags
---
.gitignore | 4 ++++
1 file changed, 4 insertions(+)diff --git a/.gitignore b/.gitignore index 1bb2d00..8196f74 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,7 @@ tests/testsuite.log *.pc config.* + +# Tag files +tags +TAGS -- 1.7.10.4
