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