summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2015-10-07 22:39:18 -0400
committerAntoine Beaupré <anarcat@koumbit.org>2015-10-07 22:42:33 -0400
commit712170c71a833e1f0922a207058b9b64ce40852a (patch)
tree2c41002b7839100cab9129c3968df4ecb3bd60e0 /.gitignore
parentdf20e512a002c1ac7d36b57929155b222671fc93 (diff)
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4f7c67672..860c8aeb5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@ MANIFEST
docs/_build
build
dist
-env
+borg-env
.tox
hashindex.c
chunker.c