
This patch adds *.charm to the .gitignore to ensure that any built artifacts are ignored. Change-Id: I82c318ab9241e491543a4994726069a392c032e4
17 lines
162 B
Plaintext
17 lines
162 B
Plaintext
build/
|
|
.local/
|
|
.testrepository/
|
|
.stestr/
|
|
.tox/
|
|
func-results.json
|
|
test-charm/
|
|
.project
|
|
.pydevproject
|
|
*.pyc
|
|
**/__pycache__
|
|
interfaces
|
|
layers
|
|
.idea
|
|
.history
|
|
*.charm
|