|
1 | | -# gitignore template for ECU-TEST workspaces - by TraceTronic https://tracetronic.com |
| 1 | +# gitignore template for ecu.test workspaces - by TraceTronic https://tracetronic.com |
2 | 2 | # website: https://www.ecu-test.com |
3 | | -# * all directories are related to the default directories, please adapt the .gitignore if you use customized |
4 | | -# directories |
| 3 | +# * all directories are related to the default directories, please adapt the .gitignore if you use customized directories |
5 | 4 |
|
6 | 5 | # Dynamic workspace settings |
7 | | -# * We don't recommend to ignore the .workspace directory, because of important project specific settings |
8 | | -# local user settings |
| 6 | +# * We don't recommend to ignore the .workspace directory, because of important |
| 7 | +# * project specific settings |
| 8 | +# * local user settings |
9 | 9 | .workspace/ETdrive.xml |
10 | 10 | .workspace/favorites.xml |
11 | 11 | .workspace/filters.xml |
|
25 | 25 | .workspace/traceexplorer.xml |
26 | 26 |
|
27 | 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 |
| 28 | +# * you can manage your artifacts also with test.guide (https://www.test-guide.info) and reference them via Playbooks |
29 | 29 | *.arxml |
30 | 30 | *.a2l |
31 | 31 | *.dbc |
|
36 | 36 |
|
37 | 37 | # Test results and test execution related content |
38 | 38 | # * Git is not intended to store and provide test results for all iterations |
39 | | -# * We recommend to use TEST-GUIDE (https://www.test-guide.info) for the test report management |
| 39 | +# * We recommend to use test.guide (https://www.test-guide.info) for the test report management |
40 | 40 | TestReports |
41 | 41 |
|
42 | 42 | # Report generators and templates |
43 | | -# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the |
44 | | -# unnecessary subdirectories |
| 43 | +# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the unnecessary subdirectories |
45 | 44 | Templates |
46 | 45 |
|
47 | 46 | # Exclude large binary artifacts |
48 | | -# * you can manage your artifacts also with TEST-GUIDE (https://www.test-guide.info) and reference them via Playbooks |
| 47 | +# * you can manage your artifacts also with test.guide (https://www.test-guide.info) and reference them via Playbooks |
49 | 48 | Offline-FIUs |
50 | 49 | Offline-Models |
51 | 50 | Offline-SGBDs |
|
0 commit comments