mirror of
https://github.com/WangXuan95/USTC-RVSoC.git
synced 2025-01-30 23:02:55 +08:00
chore: 添加modelsim和quartus工程的gitignore
This commit is contained in:
parent
df43dd1898
commit
cac1b99f6e
99
.gitignore
vendored
99
.gitignore
vendored
@ -1,28 +1,71 @@
|
|||||||
*.bak
|
*.bak
|
||||||
*.qws
|
*.qws
|
||||||
*.rpt
|
*.rpt
|
||||||
*.done
|
*.done
|
||||||
*.smsg
|
*.smsg
|
||||||
*.summary
|
*.summary
|
||||||
*.pin
|
*.pin
|
||||||
*.dat
|
*.dat
|
||||||
*.dbs
|
*.dbs
|
||||||
*.vhd
|
*.vhd
|
||||||
*.prw
|
*.prw
|
||||||
*.psm
|
*.psm
|
||||||
*.mti
|
*.mti
|
||||||
**/db/
|
**/db/
|
||||||
**/incremental_db/
|
**/incremental_db/
|
||||||
**/simulation/
|
**/simulation/
|
||||||
*.suo
|
*.suo
|
||||||
**/bin/Debug
|
**/bin/Debug
|
||||||
**/bin/Release
|
**/bin/Release
|
||||||
**/obj/Debug
|
**/obj/Debug
|
||||||
**/obj/Release
|
**/obj/Release
|
||||||
**/riscv32-elf-tools-windows/*.bin
|
**/riscv32-elf-tools-windows/*.bin
|
||||||
**/USTCRVSoC-nexys4.runs
|
**/USTCRVSoC-nexys4.runs
|
||||||
**/USTCRVSoC-nexys4/*.log
|
**/USTCRVSoC-nexys4/*.log
|
||||||
**/USTCRVSoC-nexys4.sim
|
**/USTCRVSoC-nexys4.sim
|
||||||
!Nexys4_USTCRVSoC_top.bit
|
!Nexys4_USTCRVSoC_top.bit
|
||||||
**/software/ASM
|
**/software/ASM
|
||||||
**/Quartus/UART_ISP_TEST
|
**/Quartus/UART_ISP_TEST
|
||||||
|
|
||||||
|
|
||||||
|
##############quartus###################
|
||||||
|
db
|
||||||
|
greybox_tmp
|
||||||
|
incremental_db
|
||||||
|
output_files
|
||||||
|
simulation
|
||||||
|
*.qws
|
||||||
|
*.ddb
|
||||||
|
*.xml
|
||||||
|
*.csv
|
||||||
|
*.wlf
|
||||||
|
*.bak
|
||||||
|
*.tmp2
|
||||||
|
*1.v
|
||||||
|
*.html
|
||||||
|
*.xml
|
||||||
|
*.rpt
|
||||||
|
*.stp
|
||||||
|
*.echo
|
||||||
|
*.done
|
||||||
|
*.smsg
|
||||||
|
*.summary
|
||||||
|
*.jdi
|
||||||
|
*.qdf
|
||||||
|
*.jic
|
||||||
|
|
||||||
|
|
||||||
|
##############modelsim###################
|
||||||
|
work
|
||||||
|
*.mpf
|
||||||
|
*.mti
|
||||||
|
*.wlf
|
||||||
|
*.vstf
|
||||||
|
wlf*
|
||||||
|
transcript
|
||||||
|
virtuals.do
|
||||||
|
wave.do
|
||||||
|
*.ini
|
||||||
|
*.tr
|
||||||
|
*.ver
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user