2015-03-17 14:51:39 -04:00
|
|
|
# Windows-specific files that require CRLF:
|
|
|
|
|
2021-11-24 05:55:57 -05:00
|
|
|
*.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
|
2015-03-17 14:51:39 -04:00
|
|
|
|
|
|
|
# Documentation used with Windows installer:
|
|
|
|
|
2015-03-17 19:00:18 -04:00
|
|
|
/BuildGit.txt text=auto
|
|
|
|
/docs/changes.txt text=auto
|
|
|
|
/docs/licence.txt text=auto
|
|
|
|
/docs/readme.txt text=auto
|
|
|
|
/docs/msw/*.txt text=auto
|
2015-03-17 14:51:39 -04:00
|
|
|
|
|
|
|
# Unix-specific files that require LF:
|
|
|
|
|
|
|
|
*.h.in eol=lf
|
|
|
|
*.m4 eol=lf
|
|
|
|
*.sh eol=lf
|
|
|
|
configure.in eol=lf
|
|
|
|
Makefile.am eol=lf
|
|
|
|
Makefile.in eol=lf
|
2015-10-03 13:28:49 -04:00
|
|
|
makefile.unx eol=lf
|
2015-03-17 14:51:39 -04:00
|
|
|
|
2015-03-17 19:00:18 -04:00
|
|
|
config.guess eol=lf
|
|
|
|
config.sub eol=lf
|
|
|
|
configure eol=lf
|
|
|
|
configure.in eol=lf
|
2015-10-03 13:44:20 -04:00
|
|
|
|
|
|
|
# Ignore changes in the generated files.
|
|
|
|
build/upmake -diff
|
2017-11-16 12:41:12 -05:00
|
|
|
|
|
|
|
# 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
|