Add *.charm to gitignore

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

Change-Id: I3d7033d053f6edbd642164b6e050f20e75276f75
This commit is contained in:
Alex Kavanagh 2022-04-18 20:59:55 +01:00 committed by Liam Young
parent a9f026c429
commit bb2a7ed8c8

3
.gitignore vendored
View File

@ -3,4 +3,5 @@
*__pycache__*
*.pyc
build
.idea
.idea
*.charm