commit | eb3a21189a10d494fb4767a1754f31c2e4054799 | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <annkapul@gmail.com> | Fri Sep 13 18:45:21 2019 +0300 |
committer | Hanna Arhipova <harhipova@mirantis.com> | Thu Oct 03 10:48:58 2019 +0300 |
tree | f81a2aa2072d2304f843cccf4096228093f3040d | |
parent | 1f3e77f6bca34d9263c0900df6bf955b49373dbf [diff] [blame] |
Add automation for Openstack update process Change-Id: I95067a3202d9bb793e6183c43a7d16788f3ae571
diff --git a/.gitignore b/.gitignore index 52f9578..775d920 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,11 +1,13 @@ *.py[cod] - +.git # C extensions *.so # Packages *.egg *.egg-info +__pycache__ +.pytest_cache/ dist build include @@ -20,6 +22,7 @@ local lib64 venv +venv27 MANIFEST TAGS