From a7f405a168c4c8bd5cbd37a17fd156db60e76557 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: Ibc4d551fa7816f2774136bc4549e4babe2e7a514 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eb1cd65..9fc3311 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *__pycache__* *.pyc build +*.charm