Also updated the .gitignore file to ignore object code, which is particularly useful when using this project as a git submodule.
@@ -1,2 +1,3 @@
.DS_Store
-test
+test
+*.o