summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-01-10 11:06:32 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-01-10 11:06:32 +0200
commit51e06fb5d3113a4c48a2922be7a20bdedc8dc984 (patch)
tree41ca98b12cb94b5d5c354f39bb73569ed3f32745 /.gitignore
parent8917620294e50c577812465342010453f9153aad (diff)
downloadcherrypy-git-51e06fb5d3113a4c48a2922be7a20bdedc8dc984.tar.gz
Gitignore py.test's cache
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6ace73cb..a2ddbf78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,6 @@ sphinx/source/_build
# Ignore useless OS X's dirs:
.DS_Store
+
+# Py.test
+/.cache/