mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-09 23:02:01 +00:00
18 lines
431 B
Text
18 lines
431 B
Text
# Windows EOL
|
|
*.cs -crlf -whitespace
|
|
*.mk -crlf -whitespace
|
|
*.bat -crlf -whitespace
|
|
*.dev -crlf -whitespace
|
|
*.dsp -crlf -whitespace
|
|
*.dsw -crlf -whitespace
|
|
*.sln -crlf -whitespace
|
|
*.resx -crlf -whitespace
|
|
*.vcproj -crlf -whitespace
|
|
*.csproj* -crlf -whitespace
|
|
*.vcxproj* -crlf -whitespace
|
|
*.manifest -crlf -whitespace
|
|
# Patches
|
|
/tools/SDL-1.2.14-gc/SDL-1.2.14-gc.patch -whitespace
|
|
#Appveyor
|
|
/appveyor.yml -crlf -whitespace
|
|
# Other
|