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.
 
 

21 lines
377 B

# ignore all workspace files but external repository listing
/.metadata/
/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/*
# ignore local only files
.repo_initialized