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.

17 lines
332 B

  1. # ignore all workspace files
  2. /.metadata/
  3. /RemoteSystemsTempFiles/
  4. .analytics
  5. # ignore all log files
  6. **/*.log
  7. # ignore all files generated by pre-commit hook
  8. **/*.gitsubstitute
  9. # ignore all generated platform files but platform setup script
  10. /hw_platform/*
  11. !/hw_platform/platform.tcl
  12. # ignore ide scripts
  13. /*_system/_ide/scripts/*