mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-04 10:45:50 +00:00
16 lines
388 B
Plaintext
16 lines
388 B
Plaintext
# Set default behaviour, in case users don't have core.autocrlf set.
|
|
#* text=auto
|
|
|
|
# These annoying files
|
|
rippled.1 binary
|
|
LICENSE binary
|
|
|
|
# Visual Studio
|
|
*.sln text eol=crlf
|
|
*.vcproj text eol=crlf
|
|
*.vcxproj text eol=crlf
|
|
*.props text eol=crlf
|
|
*.filters text eol=crlf
|
|
|
|
# Mark it as generated and folded out by default
|
|
src/test/app/SetJSHook_wasm.h linguist-generated=true |