From 5a9f6d9bad2236653611bb67a31823f79923c0d1 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: Icadcc8df8006dc286f85e724ecfbe5aab2c2b14a --- .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