From 979c77656e3f1d003eabe9e3c1963cde2255a378 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Mon, 18 Apr 2022 20:59:55 +0100 Subject: [PATCH] Add *.charm to gitignore This patch adds *.charm to the .gitignore to ensure that any built artifacts are ignored. Change-Id: Ic97053f9e407a1d5ce4fb121251dfae7036bf45a --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 98c9c5a..b620cbb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ trusty .testrepository __pycache__ .stestr +*.charm