forked from modelica/ModelicaStandardLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
49 lines (46 loc) · 1.58 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Do not change the line endings by default
* -text
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.cmake text
*.csv text
*.h text
*.htm* text
*.md text
*.mo text
*.mos text
*.order text
*.py text
*.txt text
*.yml text
.gitattributes text
.gitignore text
.mailmap text
LICENSE text
# git archive keyword substitutions for the main package files
Complex.mo export-subst
Modelica/package.mo export-subst
ModelicaReference/package.mo export-subst
ModelicaServices/package.mo export-subst
ModelicaTest/package.mo export-subst
ModelicaTestOverdetermined.mo export-subst
ObsoleteModelica4.mo export-subst
# list of files that git archive should ignore
.CI export-ignore
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
.mailmap export-ignore
CONTRIBUTING.md export-ignore
SECURITY.md export-ignore
*.ipe export-ignore
Modelica/Resources/Documentation/Clocked/Modelica_Synchronous.pptx export-ignore
Modelica/Resources/Documentation/Fluid/Stream-Connectors-Overview-Rationale.ppt export-ignore
Modelica/Resources/Documentation/Mechanics/Figure_PlanarLoopAnalytic.ppt export-ignore
Modelica/Resources/Images/Magnetic/FluxTubes/Examples/MagneticCircuit.vsdx export-ignore
Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Circumferential.vsdx export-ignore
Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/HollowCylinder.vsdx export-ignore
Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Toroid.vsdx export-ignore
Modelica/Resources/Reference export-ignore
ModelicaTest/Resources/Reference export-ignore