Ignore temporary files used for unittests
During unittests, some temporary files are copied to the charms, then cleaned up after the tests finish. However, these files may not be cleaned up if the tests are interrupted, resulting temporary files sitting around until the tests are run again. We should ignore these to avoid accidentally checking them in to git. Change-Id: I91b9f7c2333f109e91a4ec7952d7c9a0e0631208
This commit is contained in:
parent
a5e6ecd41a
commit
58100f3dbc
5
.gitignore
vendored
5
.gitignore
vendored
@ -13,3 +13,8 @@ __pycache__/
|
||||
*.pub
|
||||
*.token
|
||||
tests/*/bundles/
|
||||
|
||||
# test help files created by common.sh, used in unittests
|
||||
charms/*/.jujuignore
|
||||
charms/*/.stestr.conf
|
||||
charms/*/lib/
|
||||
|
Loading…
x
Reference in New Issue
Block a user