aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVG <vg@devys.org>2016-05-14 01:48:07 +0200
committerVG <vg@devys.org>2016-05-14 01:48:07 +0200
commit22bd4afed3a517cbff2578f924d55c6ef6bd353a (patch)
treea1abb705013a7ee4c51991c309e061ee7172b22e
parent1d14e9d08cb00e5b1651fd9e21592330c7ba7d7c (diff)
downloadcliml-22bd4afed3a517cbff2578f924d55c6ef6bd353a.tar.gz
climl-22bd4afed3a517cbff2578f924d55c6ef6bd353a.tar.bz2
climl-22bd4afed3a517cbff2578f924d55c6ef6bd353a.zip
Add more ignore relative to pytest/tox
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9549fec..59446aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,16 @@
+# project's gitignore
+
+# recursives
__pycache__
*.pyc
*.whl
+*.egg-info
+
+# test suite
+/.cache
+/.tox
+
+# temporary
imapclient
venv
backports