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

  1. # ignore all workspace files but external repository listing
  2. /.metadata/
  3. /RemoteSystemsTempFiles/
  4. .analytics
  5. .Xil/*
  6. vitis_pid*.str
  7. # ignore all log files
  8. **/*.log
  9. # ignore all files generated by pre-commit hook
  10. **/*.gitsubstitute
  11. # ignore all generated platform files
  12. /hw_platform/
  13. # ignore ide scripts
  14. /*_system/_ide/scripts/*
  15. # ignore local only files
  16. .repo_initialized