0d30268de6
The .idea directoy is used by pycharm and should not be included in the change list. The change extends the .gitignore file to avoid .idea directory to be shown in the change list. Change-Id: I439619d053439fa66ebf74a054d99b1378fb1733
30 lines
411 B
Plaintext
30 lines
411 B
Plaintext
*.pyc
|
|
*.swp
|
|
*~
|
|
build
|
|
dist
|
|
*.egg*
|
|
tags
|
|
*.log
|
|
heat-test.db
|
|
heat.sqlite
|
|
.venv
|
|
AUTHORS
|
|
ChangeLog
|
|
templates/cloudformation-examples
|
|
.tox
|
|
.coverage
|
|
.coverage.*
|
|
cover
|
|
.testrepository
|
|
.project
|
|
.pydevproject
|
|
doc/source/api/
|
|
etc/heat/heat.conf.sample
|
|
.idea
|
|
# integration tests requirements are auto-generated from stub file
|
|
heat_integrationtests/requirements.txt
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|