Initial commit but not compiling yet

This commit is contained in:
Xavier Stevens
2014-09-18 17:33:49 -07:00
parent 8c554c0b6f
commit 0241c144fc
6 changed files with 924 additions and 6 deletions

11
.gitignore vendored
View File

@@ -4,15 +4,9 @@
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
@@ -27,3 +21,8 @@
*.i*86
*.x86_64
*.hex
# Eclipse
.cproject
.project
.settings