ecu.test.gitignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # gitignore template for ecu.test workspaces - by tracetronic https://tracetronic.com
  2. # website: https://www.ecu-test.com
  3. # * all directories are related to the default directories, please adapt the .gitignore if you use customized directories
  4. # Dynamic workspace settings
  5. # * We don't recommend to ignore the .workspace directory, because of important
  6. # * project specific settings
  7. # * local user settings
  8. .workspace/ETdrive.xml
  9. .workspace/favorites.xml
  10. .workspace/filters.xml
  11. .workspace/generators.xml
  12. .workspace/history.xml
  13. .workspace/parallelExecution.xml
  14. .workspace/signalviewer.xml
  15. .workspace/signalViewerHistory.json
  16. .workspace/signalviewer2layout.xml
  17. .workspace/testeditor.xml
  18. .workspace/tooladapter.xml
  19. .workspace/view.xml
  20. # optional, if your process depends on this file remove exclusion
  21. .workspace/attributeLists.xml
  22. .workspace/interactiveexecution.xml
  23. .workspace/protocol.xml
  24. .workspace/pythonlibrary.xml
  25. # deprecated, support for older versions
  26. .workspace/traceexplorer.xml
  27. # Custom file formats and test dependencies
  28. # * you can manage your artifacts also with test.guide (https://www.test-guide.info) and reference them via Playbooks
  29. *.arxml
  30. *.a2l
  31. *.dbc
  32. *.hex
  33. *.s19
  34. [tT]estdata
  35. [tT]estdaten
  36. # Test results and test execution related content
  37. # * Git is not intended to store and provide test results for all iterations
  38. # * We recommend to use test.guide (https://www.test-guide.info) for the test report management
  39. TestReports
  40. # Report generators and templates
  41. # * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the unnecessary subdirectories
  42. Templates
  43. # optional, default for external Python libraries
  44. PyLibs
  45. # Exclude large binary artifacts
  46. # * you can manage your artifacts also with test.guide (https://www.test-guide.info) and reference them via Playbooks
  47. Offline-FIUs
  48. Offline-Models
  49. Offline-SGBDs
  50. *.exe
  51. *.msi
  52. *.zip
  53. *.7z
  54. # Exclude default and custom temporary directories
  55. Backup_*
  56. # Python bytecode and cache files
  57. __pycache__/
  58. *.py[cod]