diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-09-29 10:27:29 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-09-29 10:27:29 +0200 |
commit | 4fb55c5339986eb2e8e1c5b078744228bcfcf1d8 (patch) | |
tree | cb57c7d61a43d402133af2dd0ec869d5f939fb5d /.gitignore | |
parent | d73266541638d1034818d4806c34f68787bd373d (diff) |
Add heat zip files
due to the gitignore, the heat files for basic_vm and
clearwater_ims were not available
Issue-ID: TEST-240
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ia87999fbf28d0f1037227150fc247fae128d80d7
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,7 +13,6 @@ env.properties .vagrant /archives/ *.jar -*.zip *.tar *.log .vagrant @@ -31,4 +30,4 @@ csit/ *.csar benchmark/ .tox/ -**/__pycache__/
\ No newline at end of file +**/__pycache__/ |