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.
2 parents 1ea85c2 + 218d0dc commit 12f6772Copy full SHA for 12f6772
Modelica.gitignore
@@ -0,0 +1,42 @@
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-specific files
6
+*~
7
+*.bak
8
+*.bak-mo
9
+*.mof
10
+\#*\#
11
+*.moe
12
+*.mol
13
14
+## Build artefacts
15
+*.exe
16
+*.exp
17
+*.o
18
+*.pyc
19
20
+## Simulation files
21
+*.mat
22
23
+## Package files
24
+*.gz
25
+*.rar
26
+*.tar
27
+*.zip
28
29
+## Dymola-specific files
30
+buildlog.txt
31
+dsfinal.txt
32
+dsin.txt
33
+dslog.txt
34
+dsmodel*
35
+dsres.txt
36
+dymosim*
37
+request
38
+stat
39
+status
40
+stop
41
+success
42
+*.
0 commit comments