diff options
author | Chris Meyers <chris.meyers.fsu@gmail.com> | 2015-08-05 14:10:16 +0200 |
---|---|---|
committer | Chris Meyers <chris.meyers.fsu@gmail.com> | 2015-08-05 14:10:16 +0200 |
commit | fa1643e33040aa5fd30696351edd306659effc4c (patch) | |
tree | 67f44e93f656f66ea51c7572e607cad0b04319c5 /.gitignore | |
parent | Merge pull request #357 from cchurch/make_honcho (diff) | |
download | awx-fa1643e33040aa5fd30696351edd306659effc4c.tar.xz awx-fa1643e33040aa5fd30696351edd306659effc4c.zip |
all vendor dependencies expressed in requirements.txt
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cff36cbde1..b52de3762d 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,7 @@ tower-backup-* env/* nohup.out reports + +# AWX python libs populated by requirements.txt +awx/lib/site-packages + |