This commit is contained in:
UzixLS
2021-05-25 19:31:47 +03:00
commit 546c48d62f
2 changed files with 42 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
out/* linguist-vendored
*.kicad_pcb linguist-detectable=true
*.sch linguist-detectable=true

39
.gitignore vendored Normal file
View 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-*