From 234015a059fe18611de40de1660187e8f4b389da Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 16 Nov 2017 07:47:26 +0000 Subject: [PATCH] .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 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 48546e1..6ed3ae5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,7 @@ cover/ dist/ AUTHORS ChangeLog + +# Translation catalogs +*.mo +*.pot