From 9be891ad77b0cb2bc0faddd5412817cbfa0a8069 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 16 Jan 2012 02:01:13 -0500 Subject: [PATCH] tossing results from things we don't expect to get smaller fast. --- scripts/notes/info_overload_report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/notes/info_overload_report.sh b/scripts/notes/info_overload_report.sh index 46901db5..26d06f00 100644 --- a/scripts/notes/info_overload_report.sh +++ b/scripts/notes/info_overload_report.sh @@ -11,7 +11,7 @@ project_depth=$(find ~/quartz/projects/ -type f -exec echo \"{}\" ';' | grep -v # source examples need to be sucked into other places, other codebases. they are not # supposed to pile up here. -source_example_depth=$(find ~/quartz/example_source_code/ -type f -exec echo \"{}\" ';' | grep -v "\.svn" | grep -v "\.git" | wc -l) +source_example_depth=$(find ~/quartz/example_source_code/ -type f -exec echo \"{}\" ';' | grep -v "\.svn" | grep -v "\.git" | grep -v "inova_legacy" | wc -l) #hmmm: need the counter of things in the html files back too. -- 2.34.1