Add ctags config

This commit is contained in:
Virgil Dupras 2016-06-07 21:36:25 -04:00
부모 80f659858c
커밋 64e86c9ff9
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제

5
.ctags Normal file
파일 보기

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

2
.gitignore vendored
파일 보기

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