mirror of https://github.com/go-gitea/gitea.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
476 B
42 lines
476 B
# 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 |
|
*.
|
|
|