First commit.

This commit is contained in:
2014-02-28 13:51:37 -04:30
commit 8a1e000cf8
11 changed files with 614 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Object files
*.o
*.ko
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
obj/
# Executables
*.exe
*.out
*.app
bin/
# Emacs backups
*~