mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-23 18:54:01 +08:00
51 lines
1.4 KiB
Plaintext
51 lines
1.4 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
|
|
*.sh 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.ac eol=lf
|
|
|
|
# Ignore changes in the generated files.
|
|
build/upmake -diff
|
|
|
|
# Don't include stuff which is only useful when using Git and CI (which is only
|
|
# used with the actual repository and never the archives).
|
|
.circleci/ export-ignore
|
|
.cirrus.yml export-ignore
|
|
.github/ export-ignore
|
|
.gitattributes export-ignore
|
|
.git-blame-ignore-revs export-ignore
|
|
.gitignore export-ignore
|
|
.gitmodules export-ignore
|
|
.mailmap export-ignore
|
|
appveyor.yml export-ignore
|