Virgil Dupras
4 years ago
2 changed files with
6 additions and
1 deletions
-
.ctags
-
.gitignore
|
|
@@ -0,0 +1,5 @@ |
|
|
|
-R |
|
|
|
--exclude=build |
|
|
|
--exclude=env |
|
|
|
--exclude=.tox |
|
|
|
--python-kinds=-i |
|
|
@@ -2,10 +2,10 @@ |
|
|
|
__pycache__ |
|
|
|
*.so |
|
|
|
*.mo |
|
|
|
*.pyd |
|
|
|
*.waf* |
|
|
|
.lock-waf* |
|
|
|
.tox |
|
|
|
/tags |
|
|
|
|
|
|
|
build |
|
|
|
dist |
|
|
|