From b67876035800e349cf818d5360b94aad6346ec08 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: I15bc108e95de836ef6284606b43efaef8b7c416e --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5c461c4..88e165f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ build interfaces layers +*.charm