Add .mo to .gitignore

.mo file should not be included in src.
Thus, this patch will add this extension to .gitignore.

Change-Id: Ia980612b553bef0566e4712c9553d0317637c10c
This commit is contained in:
Shu Muto 2016-09-27 17:37:44 +09:00
parent b5d31d5ec7
commit 07b7ef269e

12
.gitignore vendored
View File

@ -7,12 +7,14 @@ doc/source/sourcecode
zaqar_ui/test/.secret_key_store zaqar_ui/test/.secret_key_store
node_modules node_modules
npm-debug.log npm-debug.log
.venv .coverage*
.tox
.project .project
.pydevproject .pydevproject
*.pyc .tox
*.lock .venv
*.egg* *.egg*
*.lock
*.mo
*.pyc
*.swp *.swp
.coverage*