From 58100f3dbc8018f571c295a9938c9a17d3cf6152 Mon Sep 17 00:00:00 2001 From: Samuel Allan Date: Mon, 29 Jan 2024 15:33:25 +1030 Subject: [PATCH] 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 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 97977aef..e9cd1ca6 100644 --- a/.gitignore +++ b/.gitignore @@ -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/