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:
Samuel Allan 2024-02-01 10:24:50 +10:30
parent 21607c9e14
commit f120a79203

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ tests/*/bundles/
charms/*/.jujuignore
charms/*/.stestr.conf
charms/*/lib/
charms/*/src/templates/parts/