fix virtualenv path in .gitignore

the current instructions create a dirty tree that `git add .` would
commit into git. this is error prone and somewhat unclean.

i found it preferable to change the `.gitignore` than to change the instructions, since there are probably `borg-env` environments lying around everywhere already.
This commit is contained in:
Antoine Beaupré 2015-10-07 22:39:18 -04:00
parent df20e512a0
commit 712170c71a
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,7 +2,7 @@ MANIFEST
docs/_build
build
dist
env
borg-env
.tox
hashindex.c
chunker.c