summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSagi Shadur <saroad2@gmail.com>2020-09-29 09:20:47 +0300
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-09-29 14:23:20 +0800
commit8a9f8c55d6a58fe42fe67e112cbc98de97140f75 (patch)
tree3f4571e1cf8b489071150b69da78aa6642408431 /.gitignore
parent624eb284e0e6edc4aabf0afbdc1438e32d13f4c9 (diff)
downloadgitpython-8a9f8c55d6a58fe42fe67e112cbc98de97140f75.tar.gz
Add venv to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1fa8458b..36965752 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
*.swp
*~
.venv/
+venv/
/*.egg-info
/lib/GitPython.egg-info
cover/