We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4488915 commit 786acd1Copy full SHA for 786acd1
Modelica.gitignore
@@ -0,0 +1,37 @@
1
+# Modelica - an object-oriented language for modeling of cyber-physical systems
2
+# https://modelica.org/
3
+# Ignore temporary files, build results, simulation files
4
+
5
+## Modelica backup files
6
+*~
7
+*.bak
8
+*.bak-mo
9
10
+## Build artefacts
11
+*.exe
12
+*.exp
13
+*.o
14
+*.pyc
15
16
+## Simulation files
17
+*.mat
18
19
+## Package files
20
+*.gz
21
+*.rar
22
+*.tar
23
+*.zip
24
25
+## Dymola-specific files
26
+buildlog.txt
27
+dsfinal.txt
28
+dsin.txt
29
+dslog.txt
30
+dsmodel*
31
+dsres.txt
32
+dymosim*
33
+request
34
+stat
35
+status
36
+stop
37
+success
0 commit comments