aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ECU-TEST.gitignore62
-rw-r--r--[l---------]Kotlin.gitignore28
-rw-r--r--Python.gitignore6
3 files changed, 95 insertions, 1 deletions
diff --git a/ECU-TEST.gitignore b/ECU-TEST.gitignore
new file mode 100644
index 00000000..d25ba945
--- /dev/null
+++ b/ECU-TEST.gitignore
@@ -0,0 +1,62 @@
+# gitignore template for ECU-TEST workspaces - by TraceTronic https://tracetronic.com
+# website: https://www.ecu-test.com
+# * all directories are related to the default directories, please adapt the .gitignore if you use customized
+# directories
+
+# Dynamic workspace settings
+# * We don't recommend to ignore the .workspace directory, because of important project specific settings
+# local user settings
+.workspace/ETdrive.xml
+.workspace/favorites.xml
+.workspace/filters.xml
+.workspace/generators.xml
+.workspace/history.xml
+.workspace/parallelExecution.xml
+.workspace/signalviewer.xml
+.workspace/signalViewerHistory.json
+.workspace/signalviewer2layout.xml
+.workspace/testeditor.xml
+.workspace/tooladapter.xml
+.workspace/view.xml
+# optional, if your process depends on this file remove exclusion
+.workspace/interactiveexecution.xml
+.workspace/pythonlibrary.xml
+# deprecated, support for older versions
+.workspace/traceexplorer.xml
+
+# Custom file formats and test dependencies
+# * you can manage your artifacts also with TEST-GUIDE (https://www.test-guide.info) and reference them via Playbooks
+*.arxml
+*.a2l
+*.dbc
+*.hex
+*.s19
+[tT]estdata
+[tT]estdaten
+
+# Test results and test execution related content
+# * Git is not intended to store and provide test results for all iterations
+# * We recommend to use TEST-GUIDE (https://www.test-guide.info) for the test report management
+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
+Templates
+
+# 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
+Offline-Models
+Offline-SGBDs
+*.exe
+*.msi
+*.zip
+*.7z
+
+# Exclude default and custom temporary directories
+Backup_*
+
+# Python bytecode and cache files
+__pycache__/
+*.py[cod]
diff --git a/Kotlin.gitignore b/Kotlin.gitignore
index c48376ee..566e06bf 120000..100644
--- a/Kotlin.gitignore
+++ b/Kotlin.gitignore
@@ -1 +1,27 @@
-Java.gitignore \ No newline at end of file
+# Compiled class file
+*.class
+
+# Log file
+*.log
+
+# BlueJ files
+*.ctxt
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files #
+*.jar
+*.war
+*.nar
+*.ear
+*.zip
+*.tar.gz
+*.rar
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
+replay_pid*
+
+# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects
+.kotlin/ \ No newline at end of file
diff --git a/Python.gitignore b/Python.gitignore
index 82f92755..c2fb7733 100644
--- a/Python.gitignore
+++ b/Python.gitignore
@@ -94,6 +94,12 @@ ipython_config.py
# install all needed dependencies.
#Pipfile.lock
+# UV
+# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
+# This is especially recommended for binary packages to ensure reproducibility, and is more
+# commonly ignored for libraries.
+#uv.lock
+
# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more