diff options
author | James Laska <jlaska@ansible.com> | 2015-09-08 19:01:50 +0200 |
---|---|---|
committer | James Laska <jlaska@ansible.com> | 2015-09-08 19:01:50 +0200 |
commit | 7de8f534a17574bb6d62cfbde93936db20b004fd (patch) | |
tree | af89744e803499b0a7977d290eb98e025baa8158 /.gitignore | |
parent | Add helper script to sign using expect (diff) | |
download | awx-7de8f534a17574bb6d62cfbde93936db20b004fd.tar.xz awx-7de8f534a17574bb6d62cfbde93936db20b004fd.zip |
Ignore setup-bundle-build directory
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index b01683f972..f86a281884 100644 --- a/.gitignore +++ b/.gitignore @@ -24,10 +24,10 @@ awx/ui/dist # Python & setuptools __pycache__ build -deb-build -rpm-build -tar-build -/offline_tar-build +/deb-build +/rpm-build +/tar-build +/setup-bundle-build /dist *.egg-info *.py[c,o] |