Skip to content

Commit 7a4a857

Browse files
Update .gitignore to include additional workspace and Python library files up to ecu.test 2025.1
1 parent dcb59cb commit 7a4a857

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ecu.test.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
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
@@ -40,9 +42,12 @@
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 unnecessary subdirectories
45+
# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the unnecessary subdirectories
4446
Templates
4547

48+
# optional, default for external Python libraries
49+
PyLibs
50+
4651
# Exclude large binary artifacts
4752
# * you can manage your artifacts also with test.guide (https://www.test-guide.info) and reference them via Playbooks
4853
Offline-FIUs

0 commit comments

Comments
 (0)