From 51da10c64ed24420ddfef58a2c5d43bb7a004974 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Mon, 18 Apr 2022 20:59:54 +0100 Subject: [PATCH] Add *.charm to gitignore This patch adds *.charm to the .gitignore to ensure that any built artifacts are ignored. Change-Id: I82c318ab9241e491543a4994726069a392c032e4 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0801879..2e2c8db 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ interfaces layers .idea .history +*.charm