Minor updates to text/EOL git attributes.
Use slashes, not backslashes, in the paths. Use "auto" for all text files under docs/msw as all of them could be opened in Notepad. Also use Unix EOLs for configure.in (and not just for configure).
This commit is contained in:
18
.gitattributes
vendored
18
.gitattributes
vendored
@@ -12,12 +12,11 @@
|
|||||||
|
|
||||||
# Documentation used with Windows installer:
|
# Documentation used with Windows installer:
|
||||||
|
|
||||||
\BuildGit.txt text=auto
|
/BuildGit.txt text=auto
|
||||||
\docs\changes.txt text=auto
|
/docs/changes.txt text=auto
|
||||||
\docs\licence.txt text=auto
|
/docs/licence.txt text=auto
|
||||||
\docs\readme.txt text=auto
|
/docs/readme.txt text=auto
|
||||||
\docs\msw\install.txt text=auto
|
/docs/msw/*.txt text=auto
|
||||||
\docs\msw\install.txt text=auto
|
|
||||||
|
|
||||||
# Unix-specific files that require LF:
|
# Unix-specific files that require LF:
|
||||||
|
|
||||||
@@ -28,6 +27,7 @@ configure.in eol=lf
|
|||||||
Makefile.am eol=lf
|
Makefile.am eol=lf
|
||||||
Makefile.in eol=lf
|
Makefile.in eol=lf
|
||||||
|
|
||||||
/config.guess eol=lf
|
config.guess eol=lf
|
||||||
/config.sub eol=lf
|
config.sub eol=lf
|
||||||
/configure eol=lf
|
configure eol=lf
|
||||||
|
configure.in eol=lf
|
||||||
|
Reference in New Issue
Block a user