| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- # ---> C
- # 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/
- # ---> KiCAD
- # For PCBs designed using KiCAD: http://www.kicad-pcb.org/
- # Temporary files
- *.000
- *.bak
- *.bck
- *.kicad_pcb-bak
- # Netlist files (exported from Eeschema)
- *.net
- # Autorouter files (exported from Pcbnew)
- .dsn
- # ---> Lua
- # Compiled Lua sources
- luac.out
- # luarocks build files
- *.src.rock
- *.zip
- *.tar.gz
- # Object files
- *.o
- *.os
- *.ko
- *.obj
- *.elf
- # Precompiled Headers
- *.gch
- *.pch
- # Libraries
- *.lib
- *.a
- *.la
- *.lo
- *.def
- *.exp
- # Shared objects (inc. Windows DLLs)
- *.dll
- *.so
- *.so.*
- *.dylib
- # Executables
- *.exe
- *.out
- *.app
- *.i*86
- *.x86_64
- *.hex
|