mirror of
https://github.com/UzixLS/zx-tsid.git
synced 2025-07-18 23:01:33 +03:00
initial
This commit is contained in:
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
## Kicad
|
||||
*-lib-table
|
||||
*-cache
|
||||
*-rescue.lib
|
||||
*.sch-bak
|
||||
_autosave-*
|
||||
*.kicad_pcb-bak
|
||||
*.dcm
|
||||
pcb/**/*.xml
|
||||
pcb/**/out/
|
||||
|
||||
## Quartus
|
||||
db/
|
||||
incremental_db/
|
||||
output_files/
|
||||
output/
|
||||
*.dpf
|
||||
*.cdf
|
||||
*.qws
|
||||
*.srf
|
||||
|
||||
## Testbench
|
||||
cpld_tb/ivl_vhdl_work/
|
||||
cpld_tb/work/
|
||||
cpld_tb/*.gtkw
|
||||
cpld_tb/*.vcd
|
||||
cpld_tb/*.bin
|
||||
cpld_tb/*.mem
|
||||
|
||||
## Etc.
|
||||
*.bak
|
||||
*.*~
|
||||
*.sublime-*
|
||||
|
Reference in New Issue
Block a user