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:
parent
b5d31d5ec7
commit
07b7ef269e
12
.gitignore
vendored
12
.gitignore
vendored
@ -7,12 +7,14 @@ doc/source/sourcecode
|
||||
zaqar_ui/test/.secret_key_store
|
||||
node_modules
|
||||
npm-debug.log
|
||||
.venv
|
||||
.tox
|
||||
.coverage*
|
||||
.project
|
||||
.pydevproject
|
||||
*.pyc
|
||||
*.lock
|
||||
.tox
|
||||
.venv
|
||||
*.egg*
|
||||
*.lock
|
||||
*.mo
|
||||
*.pyc
|
||||
*.swp
|
||||
.coverage*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user