mirror of
https://github.com/github/gitignore.git
synced 2024-12-29 18:55:10 +08:00
Add gitignore for Modelica
This commit is contained in:
parent
4488915eec
commit
786acd1d0c
37
Modelica.gitignore
Normal file
37
Modelica.gitignore
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user