9a19da8004
Also includes current .pot file and excludes .pot from .gitignore Targets blueprint: murano-i18n Change-Id: Ifb77a803ead76394df7745cc7728f727a68bd0e1
42 lines
391 B
Plaintext
42 lines
391 B
Plaintext
#IntelJ Idea
|
|
.idea/
|
|
|
|
#virtualenv
|
|
.venv/
|
|
|
|
#Build results
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.tox
|
|
AUTHORS
|
|
ChangeLog
|
|
eggs/
|
|
.eggs/
|
|
develop-eggs/
|
|
*.egg
|
|
|
|
#Python
|
|
*.pyc
|
|
|
|
#Translation build
|
|
*.mo
|
|
|
|
#SQLite Database files
|
|
*.sqlite
|
|
|
|
#Autogenerated Documentation
|
|
doc/source/api
|
|
|
|
#Testing framework
|
|
.testrepository
|
|
.coverage
|
|
*,cover
|
|
cover
|
|
|
|
#swap file
|
|
*.swp
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|