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 \