From 9eb1424d2e93f735f26d10152e446ee850e41fb8 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: If7fbc010602ef1b4d7023909e94748ade3ff7f48 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bf93fd29..21263ae0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ *.pyc build .idea +*.charm