mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-26 22:23:05 -04:00
… by simply running `make generate-license` and `make generate-gitignore` (last time: 9d2fabc7d3)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11158
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
Co-authored-by: Robert Wolff <mahlzahn@posteo.de>
Co-committed-by: Robert Wolff <mahlzahn@posteo.de>
42 lines
476 B
Text
42 lines
476 B
Text
# 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
|
|
*.
|