Ignore more temporary files used in testing
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
This commit is contained in:
parent
21607c9e14
commit
f120a79203
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ tests/*/bundles/
|
||||
charms/*/.jujuignore
|
||||
charms/*/.stestr.conf
|
||||
charms/*/lib/
|
||||
charms/*/src/templates/parts/
|
||||
|
Loading…
Reference in New Issue
Block a user