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.
 
 

19 lines
354 B

# ignore all workspace files
/.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 but platform setup script
/hw_platform/*
!/hw_platform/platform.tcl
# ignore ide scripts
/*_system/_ide/scripts/*