mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-10-11 10:08:47 -04:00
CPLD: Move around some .gitignores.
This commit is contained in:
parent
797e63a590
commit
76c2cc77af
2 changed files with 14 additions and 14 deletions
14
hardware/.gitignore
vendored
14
hardware/.gitignore
vendored
|
@ -1,19 +1,5 @@
|
||||||
# Common
|
# Common
|
||||||
*.bak
|
*.bak
|
||||||
|
|
||||||
# CPLD tool
|
|
||||||
*.bsd
|
|
||||||
*.rpt
|
|
||||||
tb2_ie_info.xml
|
|
||||||
**/cpld/db/
|
|
||||||
**/cpld/incremental_db/
|
|
||||||
**/cpld/output_files/*.done
|
|
||||||
**/cpld/output_files/*.smsg
|
|
||||||
**/cpld/output_files/*.summary
|
|
||||||
**/cpld/output_files/*.jdi
|
|
||||||
**/cpld/output_files/*.pin
|
|
||||||
**/cpld/output_files/*.pof
|
|
||||||
**/cpld/simulation/
|
|
||||||
|
|
||||||
# KiCad
|
# KiCad
|
||||||
*.kicad_pcb-bak
|
*.kicad_pcb-bak
|
||||||
|
|
14
hardware/portapack_h1/cpld/.gitignore
vendored
Normal file
14
hardware/portapack_h1/cpld/.gitignore
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
**/*.qws
|
||||||
|
**/*.chg
|
||||||
|
**/smart.log
|
||||||
|
**/db/
|
||||||
|
**/incremental_db/
|
||||||
|
**/output_files/*.done
|
||||||
|
**/output_files/*.smsg
|
||||||
|
**/output_files/*.summary
|
||||||
|
**/output_files/*.jdi
|
||||||
|
**/output_files/*.pin
|
||||||
|
**/output_files/*.pof
|
||||||
|
**/output_files/*.rpt
|
||||||
|
**/output_files/*.sld
|
||||||
|
**/simulation/
|
Loading…
Add table
Add a link
Reference in a new issue