Ignore 3rd-party libraries when searching

This commit is contained in:
Paul Gear
2015-07-01 21:03:42 +10:00
parent f0a7ed8e09
commit 97412879bd

View File

@@ -5,6 +5,7 @@ find . \
-path ./html/includes/geshi -prune -o \
-path ./html/includes/jpgraph -prune -o \
-path ./html/js/jqplot -prune -o \
-path ./lib -prune -o \
-path ./junk -prune -o \
-path ./logs -prune -o \
-path ./mibs -prune -o \