neutron-fwaas-dashboard/.gitignore
Akihiro Motoki 234015a059 .gitignore: add translation catalogs (.mo and .pot)
Compiled translation catalogs (*.mo) and PO template files (*.pot)
are not maintained in the git repo.
This commit adds them to .gitignore.

Change-Id: I51c70da870fa1bb0524ed64e09ee1468d9389db4
2017-11-16 07:47:26 +00:00

15 lines
109 B
Plaintext

*.pyc
*.swp
*.egg*/
.coverage
.tox/
build/
cover/
dist/
AUTHORS
ChangeLog
# Translation catalogs
*.mo
*.pot