Add ctags config

Cette révision appartient à :
Virgil Dupras 2016-06-07 21:36:25 -04:00
Parent 80f659858c
révision 64e86c9ff9
2 fichiers modifiés avec 6 ajouts et 1 suppressions

5
.ctags Fichier normal
Voir le fichier

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

2
.gitignore externe
Voir le fichier

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