From 2a18afe3afcefc683dd2c8f6d104973e8908ea52 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sat, 6 Jun 2015 22:44:32 +1000 Subject: [PATCH] Don't search junk --- contrib/findit | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/findit b/contrib/findit index 6c89281ca5..14151b2f95 100755 --- a/contrib/findit +++ b/contrib/findit @@ -5,6 +5,7 @@ find . \ -path ./html/includes/geshi -prune -o \ -path ./html/includes/jpgraph -prune -o \ -path ./html/js/jqplot -prune -o \ + -path ./junk -prune -o \ -path ./logs -prune -o \ -path ./mibs -prune -o \ -path ./rrd -prune -o \