From 27f115a13a6dc90028649c676edd137b84d1c714 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: I1c5261654ad1c7a2fd4eedeae38be104e3fd16a4 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0d08763..56a9873 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ tags trusty .stestr func-results.json +*.charm