You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

25 lines
662 B

# ignore all workspace files but external repository listing
/.metadata/*
!/.metadata/.plugins
/.metadata/.plugins/*
!/.metadata/.plugins/org.eclipse.core.runtime
/.metadata/.plugins/org.eclipse.core.runtime/*
!/.metadata/.plugins/org.eclipse.core.runtime/.settings
/.metadata/.plugins/org.eclipse.core.runtime/.settings/*
!/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.xilinx.sdk.sw.prefs
/RemoteSystemsTempFiles/
.analytics
.Xil/*
vitis_pid*.str
# ignore all log files
**/*.log
# ignore all files generated by pre-commit hook
**/*.gitsubstitute
# ignore all generated platform files
/hw_platform/
# ignore ide scripts
/*_system/_ide/scripts/*