From 07dc9005f35a73c2cfeb908173135068466c2eb3 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Fri, 3 Jun 2011 02:24:10 +0100 Subject: [PATCH] Update gettextize to ignore .git folder --- gettextize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettextize.sh b/gettextize.sh index 056b0cf33..459ba4362 100755 --- a/gettextize.sh +++ b/gettextize.sh @@ -1,5 +1,5 @@ #!/bin/sh -for x in `find . -name '*.glade' |grep -v '.svn\|build'` ; do \ +for x in `find . -name '*.glade' |grep -v '.git\|build'` ; do \ for y in gtk-add gtk-apply gtk-bold gtk-cancel gtk-cdrom gtk-clear \ gtk-close gtk-color-picker gtk-convert gtk-copy gtk-cut \ gtk-delete gtk-dialog-error gtk-dialog-info gtk-dialog-question \