mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-01 12:09:10 +00:00
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:
parent
df20e512a0
commit
712170c71a
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,7 +2,7 @@ MANIFEST
|
|||
docs/_build
|
||||
build
|
||||
dist
|
||||
env
|
||||
borg-env
|
||||
.tox
|
||||
hashindex.c
|
||||
chunker.c
|
||||
|
|
Loading…
Reference in a new issue