.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
This commit is contained in:
Akihiro Motoki 2017-11-11 15:12:07 +00:00
parent 9fff000dfe
commit 1705fc586b
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -8,3 +8,7 @@ cover/
dist/
AUTHORS
ChangeLog
# Translation catalogs
*.mo
*.pot