mirror of
https://github.com/UzixLS/zx-multisound.git
synced 2026-06-15 02:11:34 +03:00
update gitignore
This commit is contained in:
parent
cf5398377c
commit
ede0a27ce7
12
.gitignore
vendored
12
.gitignore
vendored
@ -9,7 +9,7 @@
|
|||||||
pcb*/**/*-backups/
|
pcb*/**/*-backups/
|
||||||
pcb*/**/*.xml
|
pcb*/**/*.xml
|
||||||
pcb*/**/out/
|
pcb*/**/out/
|
||||||
pcb/rev*~*/
|
pcb/rev*~*/
|
||||||
|
|
||||||
## Quartus
|
## Quartus
|
||||||
db/
|
db/
|
||||||
@ -19,8 +19,16 @@ output/
|
|||||||
*.cdf
|
*.cdf
|
||||||
*.qws
|
*.qws
|
||||||
*.srf
|
*.srf
|
||||||
cpld/*/simulation/
|
cpld/tb/work/
|
||||||
|
cpld/tb/*.vcd
|
||||||
|
cpld/tb/*.gtkw
|
||||||
|
cpld/tb/*_pwl.txt
|
||||||
|
cpld/tb/*.raw
|
||||||
|
cpld/tb/*.net
|
||||||
|
cpld/tb/*.log
|
||||||
|
cpld/tb/111.txt
|
||||||
cpld.*/
|
cpld.*/
|
||||||
|
|
||||||
## Etc.
|
## Etc.
|
||||||
refs/
|
refs/
|
||||||
|
test/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user