diff options
author | Shane McDonald <me@shanemcd.com> | 2018-09-27 01:53:35 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2018-09-28 21:48:33 +0200 |
commit | 50fe0392eda5606b2f6737ed6610fbc64aff419b (patch) | |
tree | b7b502a549c59264187dbb863d2241c5df586135 /.gitignore | |
parent | Driveby cleanup: use built-in Make variable (diff) | |
download | awx-50fe0392eda5606b2f6737ed6610fbc64aff419b.tar.xz awx-50fe0392eda5606b2f6737ed6610fbc64aff419b.zip |
Updates to versioning system.
https://github.com/ansible/awx/issues?q=%22--first-parent%22
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 137c233c19..621101995d 100644 --- a/.gitignore +++ b/.gitignore @@ -112,7 +112,6 @@ local/ *.mo requirements/vendor .i18n_built -VERSION .idea/* # AWX python libs populated by requirements.txt |