This commit is contained in:
2019-04-24 23:52:53 -05:00
commit 80eba557b1
10 changed files with 602 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
#ignore binary folder ( bin )
bin/
# Object files
*.o
*.ko
*.obj
*.elf
# Pre-compiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executable
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.pdb