1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- # Object files
- *.o
- *.ko
- *.mo
- *.d
- *.crf
- *.lst
- # Libraries
- *.lib
- *.a
- # Shared objects (inc. Windows DLLs)
- *.dll
- *.so
- *.so.*
- *.dylib
- *.pyc
- # Executables
- *.exe
- *.out
- *.app
- *.elf
- *.axf
- *.bin
- *.hex
- # Intermediate file
- *.bak
- *.swp
- *.map
- *.dblite
- *.dep
- *.lnp
- *.uvgui.*
- *.build_log.*
- build
- Debug
- _UpgradeReport_Files
- *.ncb
- *.suo
- *.exp
- *.XML
- *.user
- *.def
|