Ignore Orbit as an included project.
diff --git a/downloads/scan.php b/downloads/scan.php
index e5f5d58..776921f 100755
--- a/downloads/scan.php
+++ b/downloads/scan.php
@@ -187,6 +187,7 @@
 	
 	function addProject($id, $bundle) {
 		if ($id == $this->id) return;
+		if ($d == 'tools.orbit') return; // Orbit doesn't count
 		$this->included[$id][$bundle] = true;
 	}