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