From 1705fc586bf88f4ac1c296185995a6cbc7c7edbc Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sat, 11 Nov 2017 15:12:07 +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: Ic3b94bc440b6a7fc43aa67f07c6cb9d06eb82d5c --- .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