diff options
author | Graham Mainwaring <gmainwaring@ansible.com> | 2016-09-28 18:38:37 +0200 |
---|---|---|
committer | Graham Mainwaring <gmainwaring@ansible.com> | 2016-09-28 18:38:37 +0200 |
commit | f6c50cc63a8946ae81c3c17effb1a1ff5f5f1308 (patch) | |
tree | d04e8189664728b78ce5e851c94fe174ba1c46bc /.gitignore | |
parent | Merge pull request #3606 from cchurch/fix-ldap-saml-defaults (diff) | |
download | awx-f6c50cc63a8946ae81c3c17effb1a1ff5f5f1308.tar.xz awx-f6c50cc63a8946ae81c3c17effb1a1ff5f5f1308.zip |
Update Makefile so that ui-release does not get rebuilt over and over when troubleshooting build/release processes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 20e90fc35c..afd8aa7187 100644 --- a/.gitignore +++ b/.gitignore @@ -51,8 +51,9 @@ __pycache__ /tmp npm-debug.log -# UI build debugging +# UI build flag files awx/ui/.deps_built +awx/ui/.release_built # Testing .cache |