This commit is contained in:
=
2019-04-17 15:32:14 -05:00
parent 5380b46670
commit 5979cf7705
15 changed files with 37 additions and 671 deletions

40
.gitignore vendored
View File

@ -1,3 +1,37 @@
Debug
Release
.DS_Store
# Object files
*.o
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Project files
*.cproject
*.project