Reorganized build system for bot3 code.
- Put all the robot-specific code for bot3 in a directory called bot3.
- Remove unecessary executables from start_list.txt and atom_code.gyp
for the third robot.
- Get rid of Vision2009 from WPILib. (Nothing seems to be using it,
and gyp was throwing a hissy fit about duplicate names between that and
Vision.)
- Update .gitignore for third robot code.
- Modify build.sh files to allow us to build the third robot code.
diff --git a/bot3/atom_code/build.sh b/bot3/atom_code/build.sh
new file mode 100755
index 0000000..7bdbbc8
--- /dev/null
+++ b/bot3/atom_code/build.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+../../aos/build/build.sh atom atom_code.gyp no All bot3_atom