Skip to content

Commit 86d1826

Browse files
authored
Merge pull request #4606 from tracetronic/update_ecu.test_ignore_up_to_2025_1
Update ecu.test ignore up to 2025 1
2 parents 5b0261b + 3dc0b48 commit 86d1826

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed
Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# gitignore template for ECU-TEST workspaces - by TraceTronic https://tracetronic.com
1+
# gitignore template for ecu.test workspaces - by tracetronic https://tracetronic.com
22
# 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
54

65
# 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
99
.workspace/ETdrive.xml
1010
.workspace/favorites.xml
1111
.workspace/filters.xml
@@ -19,13 +19,15 @@
1919
.workspace/tooladapter.xml
2020
.workspace/view.xml
2121
# optional, if your process depends on this file remove exclusion
22+
.workspace/attributeLists.xml
2223
.workspace/interactiveexecution.xml
24+
.workspace/protocol.xml
2325
.workspace/pythonlibrary.xml
2426
# deprecated, support for older versions
2527
.workspace/traceexplorer.xml
2628

2729
# 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
2931
*.arxml
3032
*.a2l
3133
*.dbc
@@ -36,16 +38,18 @@
3638

3739
# Test results and test execution related content
3840
# * 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
4042
TestReports
4143

4244
# 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
4546
Templates
4647

48+
# optional, default for external Python libraries
49+
PyLibs
50+
4751
# 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
4953
Offline-FIUs
5054
Offline-Models
5155
Offline-SGBDs

0 commit comments

Comments
 (0)