From 8ba56e9e8d96f26846be4b99e6717adc2476bbf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 6 Mar 2015 10:30:11 +0100 Subject: [PATCH] Ignore .mo files lying next to .po files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ed0b900e..0a6c731a 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ testdata/scad/misc/use-tests.scad /openscad.pro.user /openscad /locale/*/*/*.mo +/locale/*.mo /locale/POTFILES /tmp /nbproject @@ -47,4 +48,4 @@ testdata/scad/misc/use-tests.scad /mingw64 src/*.org src/*.old -src/*.debug \ No newline at end of file +src/*.debug