Add ctags config

This commit is contained in:
Virgil Dupras 2016-06-07 21:36:25 -04:00
parent 80f659858c
commit 64e86c9ff9
2 changed files with 6 additions and 1 deletions

5
.ctags Normal file
View File

@ -0,0 +1,5 @@
-R
--exclude=build
--exclude=env
--exclude=.tox
--python-kinds=-i

2
.gitignore vendored
View File

@ -2,10 +2,10 @@
__pycache__
*.so
*.mo
*.pyd
*.waf*
.lock-waf*
.tox
/tags
build
dist