Add ctags config

Este commit está contenido en:
Virgil Dupras 2016-06-07 21:36:25 -04:00
padre 80f659858c
commit 64e86c9ff9
Se han modificado 2 ficheros con 6 adiciones y 1 borrados

5
.ctags Archivo normal
Ver fichero

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

2
.gitignore vendido
Ver fichero

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