Initial commit

This commit is contained in:
Kirill Sotnikov 2013-09-06 04:15:38 -07:00
commit 4c9747e318
3 changed files with 360 additions and 0 deletions

17
.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app