mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 14:24:35 +01:00
gitattributes
This commit is contained in:
parent
a8b0fa8675
commit
0b9aaa41cf
21
.gitattributes
vendored
Normal file
21
.gitattributes
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
# Set default behaviour, in case users don't have core.autocrlf set.
|
||||
* text=auto
|
||||
|
||||
# Explicitly declare text files we want to always be normalized and converted
|
||||
# to native line endings on checkout.
|
||||
*.cpp text
|
||||
*.c text
|
||||
*.h text
|
||||
|
||||
# Declare files that will always have CRLF line endings on checkout.
|
||||
*.cmd text eol=crlf
|
||||
*.sln text eol=crlf
|
||||
*.vcproj text eol=crlf
|
||||
*.vcxproj text eol=crlf
|
||||
*.vcxproj.filters text eol=crlf
|
||||
|
||||
# Denote all files that are truly binary and should not be modified.
|
||||
*.bin binary
|
||||
*.mc binary
|
||||
*.png binary
|
||||
*.jpg binary
|
Loading…
x
Reference in New Issue
Block a user