1
0
mirror of https://github.com/UzixLS/zx-sizif-xxs.git synced 2025-07-18 14:51:29 +03:00
This commit is contained in:
UzixLS
2021-05-02 21:35:58 +03:00
commit 770c086992
2 changed files with 48 additions and 0 deletions

4
.gitattributes vendored Normal file
View 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
View 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.*/