neutron-vpnaas-dashboard/.gitignore
Akihiro Motoki 1705fc586b .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: Ic3b94bc440b6a7fc43aa67f07c6cb9d06eb82d5c
2017-11-11 15:12:07 +00:00

15 lines
109 B
Plaintext

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