rtps-fpga/.gitignore
Greek 9c95e58e32 * Added OSVVM Library as Submodule
* Merged stimulus generation procedures to one single procedure
* Integrated OSVVM into testbench
* Generated OSVVM Project Script File
* Various Bug Fixes to compile testbench
2020-11-15 20:34:39 +01:00

24 lines
277 B
Plaintext

#Ignore List
/syn/**
/sim/**
/download/**
#Unignore Directories (Needed to unignore files in Subdirectories)
!*/
#WHITELIST
#***VIVADO***
#Project File
!*.xpr
#***MODELSIM***
#Do files
!*.do
#***QUARTUS***
#Project File
!*.qpf
!*.qsf
#Settings File
!*.qsf
#QSYS File
!*.qsys