Skip to content

Commit 1152c79

Browse files
authored
Merge pull request #37 from INTO-CPS-Association/cli
Cli
2 parents f9e5520 + f6cae3b commit 1152c79

File tree

120 files changed

+3064
-34873
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+3064
-34873
lines changed

.github/workflows/pythonapp.yml

Lines changed: 0 additions & 94 deletions
This file was deleted.

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,21 @@ thirdparty/
1111
/target
1212
Cargo.lock
1313

14+
/assets/auto_generated/**
15+
!/assets/auto_generated/.gitkeep
16+
/fmi2api/src/fmi2_proto.rs
17+
18+
/venv
19+
20+
/osxcross
1421

1522
# Byte-compiled / optimized / DLL files
1623
__pycache__/
1724
*.py[cod]
1825
*$py.class
1926

2027
# C extensions
21-
# *.so
28+
*.so
2229

2330
# Distribution / packaging
2431
.Python

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[workspace]
2+
3+
members = ["fmi2api", "integration-tests", "cli"]

0 commit comments

Comments
 (0)