|
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 |
|
19 | 19 | .workspace/tooladapter.xml |
20 | 20 | .workspace/view.xml |
21 | 21 | # optional, if your process depends on this file remove exclusion |
| 22 | +.workspace/attributeLists.xml |
22 | 23 | .workspace/interactiveexecution.xml |
| 24 | +.workspace/protocol.xml |
23 | 25 | .workspace/pythonlibrary.xml |
24 | 26 | # deprecated, support for older versions |
25 | 27 | .workspace/traceexplorer.xml |
26 | 28 |
|
27 | 29 | # 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 |
| 30 | +# * you can manage your artifacts also with test.guide (https://www.test-guide.info) and reference them via Playbooks |
29 | 31 | *.arxml |
30 | 32 | *.a2l |
31 | 33 | *.dbc |
|
36 | 38 |
|
37 | 39 | # Test results and test execution related content |
38 | 40 | # * 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 |
| 41 | +# * We recommend to use test.guide (https://www.test-guide.info) for the test report management |
40 | 42 | TestReports |
41 | 43 |
|
42 | 44 | # 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 |
| 45 | +# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the unnecessary subdirectories |
45 | 46 | Templates |
46 | 47 |
|
| 48 | +# optional, default for external Python libraries |
| 49 | +PyLibs |
| 50 | + |
47 | 51 | # Exclude large binary artifacts |
48 | | -# * you can manage your artifacts also with TEST-GUIDE (https://www.test-guide.info) and reference them via Playbooks |
| 52 | +# * you can manage your artifacts also with test.guide (https://www.test-guide.info) and reference them via Playbooks |
49 | 53 | Offline-FIUs |
50 | 54 | Offline-Models |
51 | 55 | Offline-SGBDs |
|
0 commit comments