mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
allow to put a virtualenv right on top off salt
Signed-off-by: Markus Gattol <markus.gattol@sunoano.org>
This commit is contained in:
parent
07f5d5e0cb
commit
5a0f37fb5b
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -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/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue