.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: I51c70da870fa1bb0524ed64e09ee1468d9389db4
This commit is contained in:
Akihiro Motoki 2017-11-16 07:47:26 +00:00
parent cbe6a60aa1
commit 234015a059
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