diff options
| author | VG <vg@devys.org> | 2016-05-14 01:48:07 +0200 | 
|---|---|---|
| committer | VG <vg@devys.org> | 2016-05-14 01:48:07 +0200 | 
| commit | 22bd4afed3a517cbff2578f924d55c6ef6bd353a (patch) | |
| tree | a1abb705013a7ee4c51991c309e061ee7172b22e /.gitignore | |
| parent | 1d14e9d08cb00e5b1651fd9e21592330c7ba7d7c (diff) | |
| download | climl-22bd4afed3a517cbff2578f924d55c6ef6bd353a.tar.gz climl-22bd4afed3a517cbff2578f924d55c6ef6bd353a.tar.bz2 climl-22bd4afed3a517cbff2578f924d55c6ef6bd353a.zip | |
Add more ignore relative to pytest/tox
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 | 
1 files changed, 10 insertions, 0 deletions
| @@ -1,6 +1,16 @@ +# project's gitignore + +# recursives  __pycache__  *.pyc  *.whl +*.egg-info + +# test suite +/.cache +/.tox + +# temporary  imapclient  venv  backports | 
