summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2019-07-30 16:56:20 +0530
committerPradyun Gedam <pradyunsg@gmail.com>2019-09-05 12:40:24 +0530
commitfe147309eade9092d93ff40b52da69c84d4eed29 (patch)
treecbd75f61ceb3f5c2cecf5e8116b8d2252c468e6a /.gitignore
parent57fb9d57982be0f99b09632052aa87e2a66369e3 (diff)
downloadpip-fe147309eade9092d93ff40b52da69c84d4eed29.tar.gz
Appropriately ignore the .nox folder
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 709c24b03..7af862f16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,7 +18,7 @@ docs/build/
.mypy_cache/
# Unit test / coverage reports
-.tox/
+.[nt]ox/
htmlcov/
.coverage
.coverage.*