浏览代码

Update .gitignore to include additional workspace and Python library files up to ecu.test 2025.1

Martin Grosche 1 月之前
父节点
当前提交
7a4a857dac
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      ecu.test.gitignore

+ 6 - 1
ecu.test.gitignore

@@ -19,7 +19,9 @@
 .workspace/tooladapter.xml
 .workspace/view.xml
 # optional, if your process depends on this file remove exclusion
+.workspace/attributeLists.xml
 .workspace/interactiveexecution.xml
+.workspace/protocol.xml
 .workspace/pythonlibrary.xml
 # deprecated, support for older versions
 .workspace/traceexplorer.xml
@@ -40,9 +42,12 @@
 TestReports
 
 # Report generators and templates
-#  * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the unnecessary subdirectories
+#   * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the unnecessary subdirectories
 Templates
 
+# optional, default for external Python libraries
+PyLibs
+
 # Exclude large binary artifacts
 #  * you can manage your artifacts also with test.guide (https://www.test-guide.info) and reference them via Playbooks
 Offline-FIUs