Add *.charm to gitignore

This patch adds *.charm to the .gitignore to ensure that any built
artifacts are ignored.

Change-Id: Ic97053f9e407a1d5ce4fb121251dfae7036bf45a
This commit is contained in:
Alex Kavanagh 2022-04-18 20:59:55 +01:00
parent fb0b98c45d
commit 979c77656e

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ trusty
.testrepository .testrepository
__pycache__ __pycache__
.stestr .stestr
*.charm