Patch: Included missing generated translation-files to gitignore



I tried to build gnote and saw that some generated files are missing
from the .gitignore-file. I've attached a patch to add those missing
lines.
From c95080c466b4c4957811d2d828b63275fb2d64b6 Mon Sep 17 00:00:00 2001
From: Moritz Winter <winter moritz gmx de>
Date: Tue, 27 Dec 2011 00:09:53 +0100
Subject: [PATCH] Updated gitignore

---
 .gitignore |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 88c78d2..afc9e8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,12 +32,16 @@ help/da/*.mo
 help/da/*.page
 help/de/*.mo
 help/de/*.page
+help/cs/*.mo
+help/cs/*.page
 help/es/*.mo
 help/es/*.page
 help/fr/*.mo
 help/fr/*.page
 help/lt/*.mo
 help/lt/*.page
+help/ru/*.mo
+help/ru/*.page
 help/zh_CN/*.mo
 help/zh_CN/*.page
 data/org.gnome.gnote.gschema.valid
-- 
1.7.5.4



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]