summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthew Jones <mat@matburt.net>2016-03-09 20:33:42 +0100
committerGraham Mainwaring <gmainwaring@ansible.com>2016-03-21 17:11:19 +0100
commit46bbc83d0df05d6e1dcb739e719750735d9625c0 (patch)
tree21f3b90486d0f89fe46141303e2f57adc31b8b29 /.gitignore
parentflake8 fix (diff)
downloadawx-46bbc83d0df05d6e1dcb739e719750735d9625c0.tar.xz
awx-46bbc83d0df05d6e1dcb739e719750735d9625c0.zip
Changes for Tower virtualenv support
* Break requirements down into ansible and tower reqs * Generate separate Ansible and Tower virtual environments * Install appropriate requirements files into each one * Modify development tools to use these venvs instead of our old site-packages * Modify settings to indicate venv enablement and location of venvs * Modify tasks to use the proper virtual environment for its purpose
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c385ad667d..095072596e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -97,3 +97,4 @@ reports
# AWX python libs populated by requirements.txt
awx/lib/.deps_built
awx/lib/site-packages
+venv/*