From 5446058c189b8f1ad66c635a2ede4a6163c4c6ec 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: Ia37e60b971bf07ba9c7c8081b442f202e38b9342 --- .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