diff options
author | tobolar <jakub.tobolar@dlr.de> | 2023-01-13 11:54:16 +0100 |
---|---|---|
committer | tobolar <jakub.tobolar@dlr.de> | 2023-01-13 11:54:16 +0100 |
commit | 786acd1d0cecd5558e33090740f2163770b8b305 (patch) | |
tree | 4020fb9a5e2e9e11234f1845d507c1eff283f594 | |
parent | 4488915eec0b3a45b5c63ead28f286819c0917de (diff) | |
download | gitignore-786acd1d0cecd5558e33090740f2163770b8b305.tar.gz gitignore-786acd1d0cecd5558e33090740f2163770b8b305.zip |
Add gitignore for Modelica
-rw-r--r-- | Modelica.gitignore | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Modelica.gitignore b/Modelica.gitignore new file mode 100644 index 00000000..edc234de --- /dev/null +++ b/Modelica.gitignore @@ -0,0 +1,37 @@ +# Modelica - an object-oriented language for modeling of cyber-physical systems +# https://modelica.org/ +# Ignore temporary files, build results, simulation files + +## Modelica backup files +*~ +*.bak +*.bak-mo + +## 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
\ No newline at end of file |