diff options
author | Chris Meyers <chris.meyers.fsu@gmail.com> | 2016-01-07 19:28:29 +0100 |
---|---|---|
committer | Chris Meyers <chris.meyers.fsu@gmail.com> | 2016-01-07 19:28:29 +0100 |
commit | 366dc9dad27aef753e9bf6bac276216123efab90 (patch) | |
tree | 406c57b514e8c059a7cb8496cd03cadcceddac68 /.gitignore | |
parent | Merge pull request #592 from mabashian/unit-test-fixes (diff) | |
parent | add postgres socket support and tests (diff) | |
download | awx-366dc9dad27aef753e9bf6bac276216123efab90.tar.xz awx-366dc9dad27aef753e9bf6bac276216123efab90.zip |
Merge pull request #540 from chrismeyersfsu/feature-installer_simple_easy
more testable installer
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b10722e280..b928791ed5 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,10 @@ celerybeat-schedule awx/ui/static awx/ui/build_test +# Tower setup playbook testing +setup/test/roles/postgresql +setup/test/roles/provision_docker + # Python & setuptools __pycache__ /build |