Преглед на файлове

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.
Antoine Beaupré преди 9 години
родител
ревизия
712170c71a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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