mirror of
https://github.com/UzixLS/zx-sizif-512-ext.git
synced 2025-07-18 23:01:26 +03:00
init
This commit is contained in:
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
out/* linguist-vendored
|
||||||
|
*.kicad_pcb linguist-detectable=true
|
||||||
|
*.sch linguist-detectable=true
|
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
## Kicad
|
||||||
|
*-lib-table
|
||||||
|
*-cache
|
||||||
|
*-rescue.lib
|
||||||
|
*.sch-bak
|
||||||
|
*.kicad_pcb-bak
|
||||||
|
*.dcm
|
||||||
|
*.kicad_prl
|
||||||
|
pcb/**/*-backups/
|
||||||
|
pcb/**/*.xml
|
||||||
|
pcb/**/out/
|
||||||
|
pcb/mask-color.png
|
||||||
|
pcb.*/
|
||||||
|
pcb/rev*~*/
|
||||||
|
|
||||||
|
## Quartus
|
||||||
|
cpld/**/db/
|
||||||
|
cpld/**/incremental_db/
|
||||||
|
cpld/**/output/
|
||||||
|
cpld/**/*.dpf
|
||||||
|
cpld/**/*.cdf
|
||||||
|
cpld/**/*.qws
|
||||||
|
cpld/**/*.srf
|
||||||
|
cpld/**/simulation/
|
||||||
|
cpld.*/
|
||||||
|
|
||||||
|
## Testbench
|
||||||
|
cpld/tb/ivl_vhdl_work/
|
||||||
|
cpld/tb/work/
|
||||||
|
cpld/tb/*.gtkw
|
||||||
|
cpld/tb/*.vcd
|
||||||
|
cpld/tb/*.bin
|
||||||
|
cpld/tb/*.mem
|
||||||
|
cpld/tb.*/
|
||||||
|
|
||||||
|
## Etc.
|
||||||
|
*.bak
|
||||||
|
*.*~
|
||||||
|
*.sublime-*
|
Reference in New Issue
Block a user