1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- # 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
- # Debug files
- *.dSYM/
- *.pdb
- # VStudio files
- *.ncb
- *.ncb
- *.aps
- *.opt
- *.clw
- *.plg
- *.mak
- *.suo
- *.sbr
- *.idb
- *.res
- *.ilk
- *.exp
- *.bsc
- *.sdf
- *.user
- *.manifest
- *.dep
- *.log
- *.tlog
- *.lastbuildstate
- *.ipch
- *.opensdf
- # Math files
- *.nb
- # Specific files
- .aux
- .tools
- build
- clear.cmd
- build_*
- .vscode/
- .idea/
|