Skip to content

Commit 63fc631

Browse files
authored
Merge pull request #113 from modelica/enhanceGitattr
Enhance settings for git archive generation
2 parents 0697786 + 7fbaad4 commit 63fc631

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitattributes

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,16 @@
1111
.gitattributes text
1212
.gitignore text
1313
*.md text
14+
LICENSE.txt text
15+
16+
# git archive keyword substitutions for the main package files
17+
VehicleInterfaces/package.mo export-subst
18+
ObsoleteVehicleInterfaces2.mo export-subst
1419

1520
# list of files that git archive should ignore
1621
.CI export-ignore
1722
.gitattributes export-ignore
1823
.github export-ignore
1924
.gitignore export-ignore
20-
25+
README.md export-ignore
26+
VehicleInterfacesTestConversion2.mo export-ignore

0 commit comments

Comments
 (0)