Skip to content

Commit e8554d8

Browse files
authored
Merge branch 'main' into patch-1
2 parents 4f0b7a0 + ceea7ca commit e8554d8

34 files changed

+459
-65
lines changed

Ballerina.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# generated files
2+
target/
3+
generated/
4+
5+
# dependencies
6+
Dependencies.toml
7+
8+
# config files
9+
Config.toml
10+
# the config files used for testing, Uncomment the following line if you want to commit the test config files
11+
#!**/tests/Config.toml

CMake.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ install_manifest.txt
99
compile_commands.json
1010
CTestTestfile.cmake
1111
_deps
12+
CMakeUserPresets.json

Delphi.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@
2626
#*.obj
2727
#
2828

29+
# Default Delphi compiler directories
30+
# Content of this directories are generated with each Compile/Construct of a project.
31+
# Most of the time, files here have not there place in a code repository.
32+
#Win32/
33+
#Win64/
34+
#OSX64/
35+
#OSXARM64/
36+
#Android/
37+
#Android64/
38+
#iOSDevice64/
39+
#Linux64/
40+
2941
# Delphi compiler-generated binaries (safe to delete)
3042
*.exe
3143
*.dll

ECU-TEST.gitignore

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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
4+
# directories
5+
6+
# Dynamic workspace settings
7+
# * We don't recommend to ignore the .workspace directory, because of important project specific settings
8+
# local user settings
9+
.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/interactiveexecution.xml
23+
.workspace/pythonlibrary.xml
24+
# deprecated, support for older versions
25+
.workspace/traceexplorer.xml
26+
27+
# 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
29+
*.arxml
30+
*.a2l
31+
*.dbc
32+
*.hex
33+
*.s19
34+
[tT]estdata
35+
[tT]estdaten
36+
37+
# Test results and test execution related content
38+
# * 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
40+
TestReports
41+
42+
# 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+
Templates
46+
47+
# Exclude large binary artifacts
48+
# * you can manage your artifacts also with TEST-GUIDE (https://www.test-guide.info) and reference them via Playbooks
49+
Offline-FIUs
50+
Offline-Models
51+
Offline-SGBDs
52+
*.exe
53+
*.msi
54+
*.zip
55+
*.7z
56+
57+
# Exclude default and custom temporary directories
58+
Backup_*
59+
60+
# Python bytecode and cache files
61+
__pycache__/
62+
*.py[cod]

Firebase.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Firebase build and deployment files
2+
/firebase-debug.log
3+
/firebase-debug.*.log
4+
.firebaserc
5+
6+
# Firebase Hosting
7+
/firebase.json
8+
*.cache
9+
hosting/.cache
10+
11+
# Firebase Functions
12+
/functions/node_modules/
13+
/functions/.env
14+
/functions/package-lock.json
15+
16+
# Firebase Emulators
17+
/firebase-*.zip
18+
/.firebase/
19+
/emulator-ui/
20+
21+
# Logs
22+
*.log
23+
npm-debug.log*
24+
yarn-debug.log*
25+
yarn-error.log*
26+
27+
# Environment files (local configs)
28+
/.env.*

GitHubPages.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This .gitignore is appropriate for repositories deployed to GitHub Pages and using
2+
# a Gemfile as specified at https://github.com/github/pages-gem#conventional
3+
4+
# Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
5+
_site/
6+
.sass-cache/
7+
.jekyll-cache/
8+
.jekyll-metadata
9+
10+
# Additional Ruby/bundler ignore for when you run: bundle install
11+
/vendor
12+
13+
# Specific ignore for GitHub Pages
14+
# GitHub Pages will always use its own deployed version of pages-gem
15+
# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
16+
# counterproductive to check this file into the repository.
17+
# Details at https://github.com/github/pages-gem/issues/768
18+
Gemfile.lock

Global/Archives.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
*.lzma
1515
*.cab
1616
*.xar
17+
*.zst
18+
*.tzst
1719

1820
# Packing-only formats
1921
*.iso

Global/Xcode.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
## User settings
22
xcuserdata/
3-
4-
## Xcode 8 and earlier
5-
*.xcscmblueprint
6-
*.xccheckout

Go.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@
1919

2020
# Go workspace file
2121
go.work
22+
go.work.sum
23+
24+
# env file
25+
.env

IAR.gitignore

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Compiled binaries
2+
*.o
3+
*.bin
4+
*.elf
5+
*.hex
6+
*.map
7+
*.out
8+
*.obj
9+
10+
# Trash
11+
*.bak
12+
thumbs.db
13+
*.~*
14+
15+
# IAR Settings
16+
**/settings/*.crun
17+
**/settings/*.dbgdt
18+
**/settings/*.cspy
19+
**/settings/*.cspy.*
20+
**/settings/*.xcl
21+
**/settings/*.dni
22+
**/settings/*.wsdt
23+
**/settings/*.wspos
24+
25+
# IAR Debug Exe
26+
**/Exe/*.sim
27+
28+
# IAR Debug Obj
29+
**/Obj/*.pbd
30+
**/Obj/*.pbd.*
31+
**/Obj/*.pbi
32+
**/Obj/*.pbi.*
33+
34+
# IAR project "Debug" directory
35+
Debug/
36+
37+
# IAR project "Release" directory
38+
Release/
39+
40+
# IAR project settings directory
41+
settings/
42+
43+
# IAR backup files
44+
Backup*
45+
46+
# IAR .dep files
47+
*.dep

0 commit comments

Comments
 (0)