tossing results from things we don't expect to get smaller fast.
authorChris Koeritz <fred@gruntose.com>
Mon, 16 Jan 2012 07:01:13 +0000 (02:01 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 16 Jan 2012 07:01:13 +0000 (02:01 -0500)
scripts/notes/info_overload_report.sh

index 46901db55e33eaf724506bb8eaf6e4dc13c21b79..26d06f00fa1a523e87942b94628bb927b5d94250 100644 (file)
@@ -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.