Initial commit
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
.DS_Store
|
||||
/*.il
|
||||
/avr-instr.html
|
||||
/blink.S
|
||||
/flash.*
|
||||
/avr-gdb.cmd
|
||||
/main.cpp
|
||||
/Debug/
|
||||
/Reelease/
|
||||
/core
|
||||
/*.launch
|
||||
/*.csv
|
||||
/Release/
|
||||
/*.vcd
|
||||
/*.ods
|
||||
/build/
|
||||
/*.logs
|
||||
language.settings.xml
|
||||
/*.gtkw
|
||||
/Debug wo LLVM/
|
||||
/atmega.txdb
|
||||
/atmega.txlgz
|
||||
/atmega.txlog
|
||||
/.??*bdb.d.0
|
||||
/.??*bdb.i.0
|
||||
/.??*bdb.t
|
||||
/tmp/
|
||||
/test1.elf
|
||||
/logs/
|
||||
/*.log
|
||||
/.gdbinit
|
||||
/*.out
|
Reference in New Issue
Block a user