Add tags to .gitignore

Ignores helptags file generated by vim in the docs directory as well as
a potential ctags file in the project root.
This commit is contained in:
mrossinek 2019-11-11 23:06:26 +01:00 committed by Tomas Babej
parent 08480810ec
commit 719ab0d59a

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
*/__pycache__
*.pyc
.coverage
tags