diff options
author | Daniel Johnson <wirecat@github.com> | 2024-12-17 13:14:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-17 13:14:38 -0800 |
commit | 12f6772475d9b14459b6b0afdc9d5adc970e226e (patch) | |
tree | 1701c413dd63802f82a23d28dfff52aee2ef3dc0 | |
parent | 1ea85c292d618e512727df55e64bb6bb0e2100b5 (diff) | |
parent | 218d0dcd59392545424195c569182ebe838197a0 (diff) | |
download | gitignore-12f6772475d9b14459b6b0afdc9d5adc970e226e.tar.gz gitignore-12f6772475d9b14459b6b0afdc9d5adc970e226e.zip |
Merge pull request #4539 from dietmarw/addModelica
Add gitignore for Modelica
-rw-r--r-- | Modelica.gitignore | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Modelica.gitignore b/Modelica.gitignore new file mode 100644 index 00000000..aa2cc996 --- /dev/null +++ b/Modelica.gitignore @@ -0,0 +1,42 @@ +# Modelica - an object-oriented language for modeling of cyber-physical systems +# https://modelica.org/ +# Ignore temporary files, build results, simulation files + +## Modelica-specific files +*~ +*.bak +*.bak-mo +*.mof +\#*\# +*.moe +*.mol + +## Build artefacts +*.exe +*.exp +*.o +*.pyc + +## Simulation files +*.mat + +## Package files +*.gz +*.rar +*.tar +*.zip + +## Dymola-specific files +buildlog.txt +dsfinal.txt +dsin.txt +dslog.txt +dsmodel* +dsres.txt +dymosim* +request +stat +status +stop +success +*. |