commit 018cb176c4b3970cd2a6ecae8a63520183c5ddd3 Author: Joshua Moerman Date: Mon Mar 25 07:02:13 2013 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..620d3dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e0c565 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +beats-sim +========= + +Simulation of the Gravity Beats app \ No newline at end of file