Add *.charm to gitignore

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

Change-Id: If67638365b727fa6744fedb2ffe7bf46c001fa5f
This commit is contained in:
Alex Kavanagh 2022-04-18 20:59:55 +01:00
parent 75b0a960ab
commit 9f3a527cdb
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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