From 95f14a70af4c69d1bb34fb24ed824b68d02360b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 8 Jul 2009 22:33:18 +0300 Subject: Ignore *.mo. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c915306..4bb4ebc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .dependencies *.o *.so* +*.mo *.pot *.tgz *~ -- cgit v1.2.3