diff options
author | Chris Church <chris@ninemoreminutes.com> | 2014-04-01 20:56:37 +0200 |
---|---|---|
committer | Chris Church <chris@ninemoreminutes.com> | 2014-04-01 20:56:37 +0200 |
commit | 1c649a0752558c24f1037bc18b61e25d9e34ee0b (patch) | |
tree | 34623d943b9dae3f8995a951f0ae31df4ac818cd /.gitignore | |
parent | Improved how LogViewer determines status icon. (diff) | |
download | awx-1c649a0752558c24f1037bc18b61e25d9e34ee0b.tar.xz awx-1c649a0752558c24f1037bc18b61e25d9e34ee0b.zip |
AC-1108 Downgrade django-jenkins to get unit tests passing. Fix activity stream tests to not assume PK is always 1.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2fa4d31cbf..43ab47988b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ awx/settings/local_settings.py* awx/*.sqlite3 awx/projects -awx/job_status +awx/job_output awx/public/media awx/public/static awx/ui/static/js/awx.min.js |