49 lines
380 B
Text
49 lines
380 B
Text
|
# 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/
|