update gitignore

This commit is contained in:
juzeon 2022-03-10 16:00:45 +08:00
父節點 a4c2c114cf
當前提交 04cf666870

69
.gitignore vendored
查看文件

@ -11,40 +11,39 @@
# *.sdc
# ignore Quartus II generated folders
*_sim
db
greybox_tmp
incremental_db
simulation
testbench
timing
**/*_sim/
**/db/
**/greybox_tmp/
**/incremental_db/
**/simulation/
**/testbench/
**/timing/
# ignore Quartus II generated files
*_generation_script*
*_inst.vhd
*.bak
*.cmp
*.done
*.eqn
*.hex
*.html
*.jdi
*.jpg
*.mif
*.pin
*.pof
*.ptf.*
*.qar
*.qarlog
*.qws
*.rpt
*.smsg
*.sof
*.sopc_builder
*.summary
*.tcl
*.txt # Explicitly add any text files used
*~
*example*
*sopc_*
PLLJ_PLLSPE_INFO.txt # The generated PLL specification file
**/*_generation_script*
**/*_inst.vhd
**/*.bak
**/*.cmp
**/*.done
**/*.eqn
**/*.hex
**/*.html
**/*.jdi
**/*.jpg
**/*.mif
**/*.pin
**/*.pof
**/*.ptf.*
**/*.qar
**/*.qarlog
**/*.qws
**/*.rpt
**/*.smsg
**/*.sof
**/*.sopc_builder
**/*.summary
**/*.tcl
**/*.txt # Explicitly add any text files used
**/*example*
**/*sopc_*
**/PLLJ_PLLSPE_INFO.txt # The generated PLL specification file