init commit

This commit is contained in:
Charlez Kwan 2020-01-15 18:02:31 +01:00
commit 441d75b3bd
88 changed files with 86448 additions and 0 deletions

49
.gitignore vendored Normal file
View file

@ -0,0 +1,49 @@
# Object files
*.o
*.ko
*.obj
*.elf
.mxproject
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Misc
*.map
*.m
*.png
# Eclipse CDT project files
.cproject
.project
.settings/
# Vagrant directory
.vagrant/
# Include makefiles
!Makefile
*~
# Libraries
/lib
#folder
Debug/