From c07c7c8ea9f7e8796aeb79db986451f582d99af9 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: I66fde77850bc5682ec6ddddbb18bdada33e70dc5 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a28e19e..c6ee379 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ trusty .testrepository .stestr __pycache__ +*.charm