Add .mo to .gitignore

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

Change-Id: Id33c862acdc8e910bc1dcc5f926bd219faa32be5
This commit is contained in:
Kenji Ishii 2016-09-16 13:37:06 +09:00
parent 28c55311f0
commit 30debb0ac4
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ npm-debug.log
*.lock
*.pyc
*.swp
*.mo