diff options
author | James Laska <jlaska@ansible.com> | 2015-08-26 18:15:58 +0200 |
---|---|---|
committer | James Laska <jlaska@ansible.com> | 2015-08-27 03:34:14 +0200 |
commit | 6512c765641a931c9242f5e120f5c3bfa2a51b1b (patch) | |
tree | a7b24905efe6937aeb625e5e2878d857f19ccb4b | |
parent | Properly handle namespace packages (oslo, dogpile) (diff) | |
download | awx-6512c765641a931c9242f5e120f5c3bfa2a51b1b.tar.xz awx-6512c765641a931c9242f5e120f5c3bfa2a51b1b.zip |
Ignore offline TAR build directory
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a0026aaaa2..b01683f972 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ build deb-build rpm-build tar-build +/offline_tar-build /dist *.egg-info *.py[c,o] |