diff options
author | Shane McDonald <me@shanemcd.com> | 2021-10-05 16:41:18 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2021-10-06 01:11:00 +0200 |
commit | 1f0b936e82e7289d5e02cc212dc90e6b680a632d (patch) | |
tree | b58a0eb64cb500acd69ebb8767b58272a4742ae1 /.gitignore | |
parent | Merge pull request #11195 from shanemcd/update-pip-and-setuptools (diff) | |
download | awx-1f0b936e82e7289d5e02cc212dc90e6b680a632d.tar.xz awx-1f0b936e82e7289d5e02cc212dc90e6b680a632d.zip |
Remove VERSION files, obtain version from git tags.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3b286b137d..8a1ae8023b 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,7 @@ __pycache__ /dist /*.egg-info *.py[c,o] +/.eggs # JavaScript /Gruntfile.js |