| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- # ---> C
- # Object files
- *.o
- *.ko
- *.obj
- *.elf
- *.mod
- *.d
- *.cmd
- # 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
- # Debug files
- *.dSYM/
- *.symvers
- *.order
- *.mod.c
- tags
- test_app/beep
- test_app/cash_app
- test_app/mywatchdog
- test_app/setled
- test_app/setss
- test_app/system_ctl_app
|