61 lines
2.5 KiB
Plaintext
61 lines
2.5 KiB
Plaintext
# Windows-specific files that require CRLF:
|
|
|
|
*.bat eol=crlf
|
|
*.bcc eol=crlf
|
|
*.dsw eol=crlf
|
|
*.gcc eol=crlf
|
|
*.props eol=crlf
|
|
*.rc eol=crlf
|
|
*.sln eol=crlf
|
|
*.vc eol=crlf
|
|
*.vcproj eol=crlf
|
|
*.vcxproj eol=crlf
|
|
*.vcxproj.filters eol=crlf
|
|
|
|
# Documentation used with Windows installer:
|
|
|
|
/BuildGit.txt text=auto
|
|
/docs/changes.txt text=auto
|
|
/docs/licence.txt text=auto
|
|
/docs/readme.txt text=auto
|
|
/docs/msw/*.txt text=auto
|
|
|
|
# Unix-specific files that require LF:
|
|
|
|
*.h.in eol=lf
|
|
*.m4 eol=lf
|
|
configure.in eol=lf
|
|
Makefile.am eol=lf
|
|
Makefile.in eol=lf
|
|
makefile.unx eol=lf
|
|
|
|
config.guess eol=lf
|
|
config.sub eol=lf
|
|
configure eol=lf
|
|
configure.in eol=lf
|
|
|
|
# Ignore changes in the generated files.
|
|
build/upmake -diff
|
|
|
|
# Don't include stuff which is only used with Git in the archives.
|
|
.github/ export-ignore
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
.gitmodules export-ignore
|
|
appveyor.yml export-ignore
|
|
|
|
* text=auto eol=lf encoding=utf-8 whitespace=trailing-space,space-before-tab,tabwidth=4
|
|
.gitignore text eol=lf encoding=utf-8 whitespace=trailing-space,space-before-tab,tabwidth=4
|
|
.gitattributes text eol=lf encoding=utf-8 whitespace=trailing-space,space-before-tab,tabwidth=4
|
|
.gitmodules text eol=lf encoding=utf-8 whitespace=trailing-space,space-before-tab,tabwidth=4
|
|
*.sh text eol=lf encoding=utf-8 whitespace=trailing-space,space-before-tab,tabwidth=4
|
|
*.c text eol=lf encoding=utf-8 whitespace=trailing-space,space-before-tab,tabwidth=4
|
|
*.cpp text eol=lf encoding=utf-8 whitespace=trailing-space,space-before-tab,tabwidth=4
|
|
*.h text eol=lf encoding=utf-8 whitespace=trailing-space,space-before-tab,tabwidth=4
|
|
*.txt text eol=lf encoding=utf-8 whitespace=trailing-space,space-before-tab,tabwidth=4
|
|
*.html text eol=lf encoding=utf-8 whitespace=trailing-space,space-before-tab,tabwidth=4
|
|
*.htm text eol=lf encoding=utf-8 whitespace=trailing-space,space-before-tab,tabwidth=4
|
|
*.md text eol=lf encoding=utf-8 whitespace=trailing-space,space-before-tab,tabwidth=4
|
|
*.pandoc text eol=lf encoding=utf-8 whitespace=trailing-space,space-before-tab,tabwidth=4
|
|
*.css text eol=lf encoding=utf-8 whitespace=trailing-space,space-before-tab,tabwidth=4
|
|
*.manifest text eol=lf encoding=utf-8 whitespace=trailing-space,space-before-tab,tabwidth=4 |