2025-05-23 22:37:01 +08:00

33 lines
470 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Quartus 项目专用 .gitignore
# 最后更新2025年5月
# 编译生成文件
/par/db/
/par/incremental_db/
/par/output_files/
*.qsf.bak
*.qpf.bak
# 仿真文件
/par/simulation/
*.vcd
*.wlf
*.vwf.bak
# 临时文件
*.qws
*.jou
*.log
*.qdf
/par/autosave/
# IDE 特定文件
/.idea/
/.vscode/
# 其他生成文件
*.lck
/par/sta_work/
/quartus_sh_compile.log