forked from modelica/ModelicaStandardLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
32 lines (29 loc) · 817 Bytes
/
.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
# 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
*.h text
*.mo text
*.mos text
*.order text
.gitattributes text
.gitignore text
*.md text
*.htm* text
.mailmap text
# git archive keyword substitions for the main package files
Complex.mo export-subst
Modelica/package.mo export-subst
ModelicaReferences/package.mo export-subst
ModelicaServices/package.mo export-subst
ModelicaTest/package.mo export-subst
ModelicaTestOverdetermined.mo export-subst
ObsoleteModelica3.mo export-subst
# list of files that git archive should ignore
.gitattributes export-ignore
.gitignore export-ignore
CONTRIBUTING.md export-ignore
.mailmap export-ignore
.travis.mos export-ignore
.travis.yml export-ignore