* Small change in rtps_builtin_endpoint_test1 - Empty Signal was not toggling * Added rtps_builtin_endpoint_test2 - Compiling and Passing * Update rtps_test_package * Various bug Fixes in rtps_builtin_endpoint
26 lines
311 B
Plaintext
26 lines
311 B
Plaintext
#Ignore List
|
|
/syn/**
|
|
/sim/**
|
|
/download/**
|
|
|
|
|
|
#Unignore Directories (Needed to unignore files in Subdirectories)
|
|
!*/
|
|
|
|
#WHITELIST
|
|
#***VIVADO***
|
|
#Project File
|
|
!*.xpr
|
|
#***MODELSIM***
|
|
#Do files
|
|
!*.do
|
|
#Modelsim INI File
|
|
!*modelsim.ini
|
|
#***QUARTUS***
|
|
#Project File
|
|
!*.qpf
|
|
!*.qsf
|
|
#Settings File
|
|
!*.qsf
|
|
#QSYS File
|
|
!*.qsys |