diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2020-10-22 16:56:26 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2020-10-30 21:39:57 +0100 |
commit | 4445d096f575b6985b9bf32a5db7de59ae271b4c (patch) | |
tree | d19f19a312f3b7ff96921da05a8409cb89c1ee65 /.gitignore | |
parent | Enable source vars for all inventory types (diff) | |
download | awx-4445d096f575b6985b9bf32a5db7de59ae271b4c.tar.xz awx-4445d096f575b6985b9bf32a5db7de59ae271b4c.zip |
reimplement licensing to work with RHSM and entitlement uploads
Co-authored-by: Christian Adams <chadams@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7e0f07a83c..3b0fbc7d59 100644 --- a/.gitignore +++ b/.gitignore @@ -147,3 +147,4 @@ use_dev_supervisor.txt .idea/* *.unison.tmp *.# +/tools/docker-compose/overrides/ |