From 712170c71a833e1f0922a207058b9b64ce40852a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Wed, 7 Oct 2015 22:39:18 -0400 Subject: [PATCH] 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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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