From d5852fb5ec1e03a4ca7e2daf9643e22bf2ce80d4 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: Ie8e12a461a86e27f5c4b07f3c4528fb3accb3e63 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 41218f1..498d8bf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ interfaces *__pycache__* *.pyc *.swp +*.charm