f120a79203
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.
Most were ignored in 58100f3d
, but these part templates dirs were missed.
Change-Id: Iaf3f374c5f13ec645daa07eac2604ed7fccc7271
22 lines
276 B
Plaintext
22 lines
276 B
Plaintext
venv/
|
|
build/
|
|
.idea/
|
|
.vscode/
|
|
*.charm
|
|
.tox/
|
|
.coverage
|
|
__pycache__/
|
|
*.py[cod]
|
|
**.swp
|
|
.stestr/
|
|
*.auth
|
|
*.pub
|
|
*.token
|
|
tests/*/bundles/
|
|
|
|
# test help files created by common.sh, used in unittests
|
|
charms/*/.jujuignore
|
|
charms/*/.stestr.conf
|
|
charms/*/lib/
|
|
charms/*/src/templates/parts/
|