2021-10-15 16:34:59 +01:00
|
|
|
# Handle line endings automatically for files detected as text.
|
2021-10-15 15:47:22 +01:00
|
|
|
# This will handle all files NOT defined below.
|
2021-10-17 19:04:19 +01:00
|
|
|
* text=auto
|
2021-10-15 15:47:22 +01:00
|
|
|
|
2021-10-17 19:04:19 +01:00
|
|
|
# Sources
|
|
|
|
*.bat text eol=crlf
|
|
|
|
*.cmd text eol=crlf
|
|
|
|
*.ini text eol=crlf
|
|
|
|
*.xml text
|
|
|
|
*.c text eol=crlf diff=c
|
|
|
|
*.h text eol=crlf diff=c
|
|
|
|
*.cpp text eol=crlf diff=cpp
|
|
|
|
*.rc text eol=crlf
|
|
|
|
*.ts text eol=lf
|
2021-10-15 15:47:22 +01:00
|
|
|
|
2021-10-17 19:04:19 +01:00
|
|
|
# Documentation
|
|
|
|
*.md text eol=lf diff=markdown
|
|
|
|
*.txt text eol=crlf
|
2021-10-15 15:47:22 +01:00
|
|
|
|
2021-10-17 19:04:19 +01:00
|
|
|
# Configs
|
|
|
|
.editorconfig text
|
|
|
|
.gitattributes text
|
|
|
|
.gitconfig text
|
|
|
|
.gitignore text
|
|
|
|
*.yaml text
|
|
|
|
*.yml text
|
|
|
|
|
|
|
|
# Graphics
|
|
|
|
*.ico binary
|
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
|
|
|
*.gif binary
|
|
|
|
|
|
|
|
# Archives
|
|
|
|
*.7z binary
|
|
|
|
*.gz binary
|
|
|
|
*.tar binary
|
|
|
|
*.tgz binary
|
|
|
|
*.zip binary
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe binary
|
|
|
|
*.out binary
|
|
|
|
*.app binary
|
|
|
|
|
|
|
|
# Compiled object files
|
|
|
|
*.slo binary
|
|
|
|
*.lo binary
|
|
|
|
*.o binary
|
|
|
|
*.obj binary
|
|
|
|
|
|
|
|
# Precompiled headers
|
|
|
|
*.gch binary
|
|
|
|
*.pch binary
|
|
|
|
|
|
|
|
# Compiled dynamic libraries
|
|
|
|
*.so binary
|
|
|
|
*.dylib binary
|
|
|
|
*.dll binary
|
|
|
|
|
|
|
|
# Compiled static libraries
|
|
|
|
*.lai binary
|
|
|
|
*.la binary
|
|
|
|
*.a binary
|
|
|
|
*.lib binary
|
2021-10-15 15:47:22 +01:00
|
|
|
|
|
|
|
# Set the merge driver for project and solution files
|
|
|
|
#
|
|
|
|
# Merging from the command prompt will add diff markers to the files if there
|
|
|
|
# are conflicts (Merging from VS is not affected by the settings below, in VS
|
|
|
|
# the diff markers are never inserted). Diff markers may cause the following
|
|
|
|
# file extensions to fail to load in VS. An alternative would be to treat
|
|
|
|
# these files as binary and thus will always conflict and require user
|
|
|
|
# intervention with every merge. To do so, just comment the entries below and
|
|
|
|
# uncomment the group further below
|
|
|
|
|
2021-10-17 19:04:19 +01:00
|
|
|
*.sln text eol=crlf
|
|
|
|
*.csproj text eol=crlf
|
|
|
|
*.vbproj text eol=crlf
|
|
|
|
*.vcxproj text eol=crlf
|
|
|
|
*.vcproj text eol=crlf
|
|
|
|
*.dbproj text eol=crlf
|
|
|
|
*.fsproj text eol=crlf
|
|
|
|
*.lsproj text eol=crlf
|
|
|
|
*.wixproj text eol=crlf
|
|
|
|
*.modelproj text eol=crlf
|
|
|
|
*.sqlproj text eol=crlf
|
|
|
|
*.wwaproj text eol=crlf
|
2021-10-15 15:47:22 +01:00
|
|
|
|
2021-10-17 19:04:19 +01:00
|
|
|
*.xproj text eol=crlf
|
|
|
|
*.props text eol=crlf
|
|
|
|
*.filters text eol=crlf
|
|
|
|
*.vcxitems text eol=crlf
|
2021-10-15 15:47:22 +01:00
|
|
|
|
2021-10-17 19:04:19 +01:00
|
|
|
#*.sln merge=binary
|
|
|
|
#*.csproj merge=binary
|
|
|
|
#*.vbproj merge=binary
|
|
|
|
#*.vcxproj merge=binary
|
|
|
|
#*.vcproj merge=binary
|
|
|
|
#*.dbproj merge=binary
|
|
|
|
#*.fsproj merge=binary
|
|
|
|
#*.lsproj merge=binary
|
|
|
|
#*.wixproj merge=binary
|
|
|
|
#*.modelproj merge=binary
|
|
|
|
#*.sqlproj merge=binary
|
|
|
|
#*.wwaproj merge=binary
|
2021-10-15 15:47:22 +01:00
|
|
|
|
2021-10-17 19:04:19 +01:00
|
|
|
#*.xproj merge=binary
|
|
|
|
#*.props merge=binary
|
|
|
|
#*.filters merge=binary
|
|
|
|
#*.vcxitems merge=binary
|