summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2018-04-12 14:21:45 -0400
committerGitHub <noreply@github.com>2018-04-12 14:21:45 -0400
commite17cf0bda668e2e6b91251f63c13683b15efd051 (patch)
tree34b42f5976c40153044fa413622908f4c66ad5cd
parent0e62448b2674b3b321be28496b87362bc76ebcd1 (diff)
parent2ae4ab8915833e1a719199011b923bc87931949c (diff)
downloadpython-setuptools-git-e17cf0bda668e2e6b91251f63c13683b15efd051.tar.gz
Merge pull request #1326 from pganssle/ignore_pytest_cache
Add .pytest_cache/ to gitignore
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2e2f71b8..f5661164 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ setuptools.egg-info
*~
.hg*
.cache
+.pytest_cache/