在git上进行Vivado版本控制,需要的.gitignore文件示例。
Xilinx ,AR# 61232-Vivado .gitignore example file
Xilinx,UG1198-Vivado Design Suite Tutorial Revision Control Systems
Xilinx,XAPP1165-Using Vivado Design Suite with Version Control System
#########################################################################################################
## This is an example .gitignore file for Vivado, please treat it as an example as
## it might not be complete. In addition, XAPP 1165 should be followed.
#########################################################################################################
#########
#Exclude all
#########
*
!*/
!.gitignore
###########################################################################
## VIVADO
###########################################################################
#########
#Source files:
#########
#Do NOT ignore V

本文介绍在使用Xilinx Vivado设计套件时如何有效利用Git进行版本控制。通过提供一个示例.gitignore文件,文章详细说明了哪些文件应该被忽略以保持仓库的整洁,同时确保所有重要的设计和配置文件都被正确跟踪。
最低0.47元/天 解锁文章
481

被折叠的 条评论
为什么被折叠?



