Initial commit

This commit is contained in:
Sven Weidauer 2013-11-17 10:59:17 -08:00
commit 1cda81d56e
3 changed files with 42 additions and 0 deletions

18
.gitignore vendored Normal file
View file

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