1
0
Fork 0

Enforce Unix line endings for SummaryBlacklist.txt (#3724)

With Windows line breaks in a Cygwin environment, the docu build checker breaks (reports README.md and SUMMARY.md not being mapped to SUMMARY.md)
This commit is contained in:
Simran 2017-11-17 10:34:00 +01:00 committed by Frank Celler
parent 255d90d26a
commit b63428c01d
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -3,6 +3,7 @@ VERSION eolf=lf
scripts/unittest eol=lf
*.csv binary
*.json eol=lf
Documentation/Books/SummaryBlacklist.txt eol=lf
Documentation/Examples/*.generated merge=ours
VERSION merge=ours
STARTER_REV merge=ours