mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
The .gitignore and .gitattributes files contain references to files and directories that the current build no longer produces, so this change removes obsolete entries in these files, and does some general reorganizing of the remaining entries.
10 lines
229 B
Plaintext
10 lines
229 B
Plaintext
# Set default behaviour, in case users don't have core.autocrlf set.
|
|
#* text=auto
|
|
|
|
# Visual Studio
|
|
*.sln text eol=crlf
|
|
*.vcproj text eol=crlf
|
|
*.vcxproj text eol=crlf
|
|
*.props text eol=crlf
|
|
*.filters text eol=crlf
|