mirror of
https://github.com/UzixLS/zx-sizif-xxs.git
synced 2025-07-18 23:01:40 +03:00
initial
This commit is contained in:
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
out/* linguist-vendored
|
||||
*.kicad_pcb linguist-detectable=true
|
||||
*.kicad_sch linguist-detectable=true
|
||||
*.sch linguist-detectable=true
|
44
.gitignore
vendored
Normal file
44
.gitignore
vendored
Normal file
@ -0,0 +1,44 @@
|
||||
## Kicad
|
||||
pcb/**/*-lib-table
|
||||
pcb/**/*-cache
|
||||
pcb/**/*-rescue.lib
|
||||
pcb/**/*.sch-bak
|
||||
pcb/**/*.kicad_pcb-bak
|
||||
pcb/**/*.dcm
|
||||
pcb/**/*.kicad_prl
|
||||
pcb/**/*-backups/
|
||||
pcb/**/*.xml
|
||||
pcb/**/out/
|
||||
pcb.*/
|
||||
pcb/rev*~*/
|
||||
|
||||
## Quartus
|
||||
fpga/**/.qsys_edit/
|
||||
fpga/**/db/
|
||||
fpga/**/greybox_tmp/
|
||||
fpga/**/incremental_db/
|
||||
fpga/**/output/
|
||||
fpga/**/*.dpf
|
||||
fpga/**/*.cdf
|
||||
fpga/**/*.qws
|
||||
fpga/**/*.srf
|
||||
fpga/**/*.stp
|
||||
fpga/**/simulation/
|
||||
fpga.*/
|
||||
|
||||
## Testbench
|
||||
fpga_tb/ivl_vhdl_work/
|
||||
fpga_tb/work/
|
||||
fpga_tb/*.gtkw
|
||||
fpga_tb/*.vcd
|
||||
fpga_tb/*.bin
|
||||
fpga_tb/*.mem
|
||||
fpga_tb.*/
|
||||
|
||||
## Etc.
|
||||
*.bak
|
||||
*.*~
|
||||
*.sublime-*
|
||||
rom/sizif-*.rom
|
||||
rom_src/*.bin
|
||||
rom_src.*/
|
Reference in New Issue
Block a user