diff --git a/.ctags b/.ctags new file mode 100644 index 00000000..a4e96272 --- /dev/null +++ b/.ctags @@ -0,0 +1,5 @@ +-R +--exclude=build +--exclude=env +--exclude=.tox +--python-kinds=-i diff --git a/.gitignore b/.gitignore index da5cda66..f66b475c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,10 @@ __pycache__ *.so *.mo -*.pyd *.waf* .lock-waf* .tox +/tags build dist