XilinxISEVivado.gitignore

#########################################################################################################
##    This is an example .gitignore file for Xilinx ISE and Vivado by Pionway.com
##    please treat it as an example as it might not be complete.
##    If there is any need to update,please contact ranliang@pionway.com
##    Version 2.0
#########################################################################################
#Project directory structure:
#Work_dir
#|--RTL
#|--Testbenches
#|--Constraints
#|--ipcore_dir
#|--IPI-BDs
#|--HLS
#|--DSP
#|--Scripts
#|--Debug
#|--Doc
#|--.gitignore
#|--.readme.txt

#Ignore all files
*

#Keep all folders
!*/

#Keep the gitignore, readme.txt file in the root directory of the project
!.gitignore
!readme.txt

#Keep the project root directory, project file and TCL file
!*.xise
!*.xpr
!*.tcl

#Keep the source files in the RTL directory and all its subdirectories
!RTL/**/*.v
!RTL/**/*.h
!RTL/**/*.vh
!RTL/**/*.tf
!RTL/**/*.vhd
!RTL/**/*.vhdl

#Keep the source files in the testbenches directory and all its subdirectories
!Testbenches/**/*.v
!Testbenches/**/*.h
!Testbenches/**/*.vh
!Testbenches/**/*.tf
!Testbenches/**/*.vhd
!Testbenches/**/*.vhdl
!Testbenches/**/*.wcfg

#Keep the constraint files
!Constraints/*.ucf
!Constraints/*.xdc

#Keep all file trees in ipcore_dir directory
!ipcore_dir/*

#Keep all file trees in IPI-BDS directory
!IPI-BDs/*

#Keep all source files and library files in HLS directory and all its subdirectories
!HLS/**/*.c
!HLS/**/*.cpp
!HLS/**/*.h
!HLS/**/*.a

#Keep all file trees in DSP directory
!DSP/*

#Keep all script files in scripts directory
!Scripts/**/*.tcl

#Keep all the chipscope files in the debug directory
!Debug/**/*.cdc

#Keep all file trees in doc directory
!Doc/*

#Keep HDL_OUT all file trees in out directory
!HDL_OUT/*

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值