Update gettextize to ignore .git folder

This commit is contained in:
Calum Lind 2011-06-03 02:24:10 +01:00
parent 274a76ab3b
commit 07dc9005f3
1 changed files with 1 additions and 1 deletions

View File

@ -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 \