From 9ed933d033889ac841c5f38afcdd40fa588a8cb9 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 11 Oct 2013 09:26:04 -0300 Subject: [PATCH] Added rules on gitignore for the Translations generation. Added rules on the gitignore file for ignoring the translations that are generated during compile time. Signed-off-by: Tomaz Canabrava --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 085323a37..523ebd5d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.translations +translations/*.qm *.o *.orig *.rej