From d8f7b3f0c7fe470c240b2d101baafc5ca3956f64 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Tue, 5 Nov 2013 07:57:43 +1000 Subject: [PATCH] Another update to my stupid grep script --- findit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/findit b/findit index c30421c9af..a6407b63dc 100755 --- a/findit +++ b/findit @@ -8,5 +8,5 @@ find . \ -path ./logs -prune -o \ -path ./mibs -prune -o \ -path ./rrd -prune -o \ - -name .svn -prune -o \ + -name .git -prune -o \ -type f -print|xargs grep "$@"