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:
parent
28c55311f0
commit
30debb0ac4
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ npm-debug.log
|
||||
*.lock
|
||||
*.pyc
|
||||
*.swp
|
||||
*.mo
|
||||
|
Loading…
Reference in New Issue
Block a user