Add *.ctags to .gitignore

Allows to keep ctags option file in-tree.
This commit is contained in:
fp64 2023-08-27 12:12:19 +03:00
parent b2fbe1d8e9
commit 51af50b927

1
.gitignore vendored
View File

@ -105,6 +105,7 @@ Windows/*.ipch
# For vim
*.swp
tags
*.ctags
# Other VCS
.bzr/