allow to put a virtualenv right on top off salt

Signed-off-by: Markus Gattol <markus.gattol@sunoano.org>
This commit is contained in:
Markus Gattol 2011-11-09 16:38:13 +00:00
parent 07f5d5e0cb
commit 5a0f37fb5b

12
.gitignore vendored
View file

@ -1,3 +1,15 @@
build
*.py[co]
pkg/arch/*.tar.xz
# virtualenv
# - ignores directories of a virtualenv when you create it right on
# top of salt such as
# - /some/path$ git clone https://github.com/thatch45/salt.git
# - /some/path$ virtualenv --python=/usr/bin/python2.6 salt
bin/
include/
lib/
pip/
share/