makefiles: Ignore mo files

Luca Bennati lucak3 at gmail.com
Sat Jan 8 06:24:58 CST 2011


They get automatically generated if you use poedit to translate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110108/ff12ac65/attachment-0001.htm>
-------------- next part --------------
From d1b36782210c4a1959ba2ddba0987495ab6fc983 Mon Sep 17 00:00:00 2001
From: Luca Bennati <lucak3 at gmail.com>
Date: Sat, 8 Jan 2011 13:23:11 +0100
Subject: makefiles: Ignore mo files

---
 tools/make_makefiles |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/make_makefiles b/tools/make_makefiles
index 97c8d40..7be7893 100755
--- a/tools/make_makefiles
+++ b/tools/make_makefiles
@@ -80,6 +80,7 @@ my @ignores = (
     "*.ok",
     "*.res",
     "*.so",
+    "*.mo",
     "/autom4te.cache",
     "/config.cache",
     "/config.log",
-- 
1.7.3.5


More information about the wine-patches mailing list