From f120a7920382e3113299f0ab8095106f69290b78 Mon Sep 17 00:00:00 2001 From: Samuel Allan Date: Thu, 1 Feb 2024 10:24:50 +1030 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e9cd1ca6..86942a32 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ tests/*/bundles/ charms/*/.jujuignore charms/*/.stestr.conf charms/*/lib/ +charms/*/src/templates/parts/