poco/.gitattributes

39 lines
675 B
Plaintext
Raw Normal View History

2012-10-26 04:34:46 +02:00
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
2017-10-20 22:37:19 +02:00
# Explicitly declare text files we want to always be normalized and converted
2012-10-26 04:34:46 +02:00
# to native line endings on checkout.
2012-11-11 11:20:31 +01:00
*.txt text
2012-10-26 04:34:46 +02:00
*.cpp text
*.c text
*.h text
2017-10-20 22:37:19 +02:00
*.cmd text
*.sln text
*.vcproj text
*.vcxproj text
*.vcxproj.filters text
*.page text
*.html text
2012-11-11 11:20:31 +01:00
*.xhtml text
*.css text
2012-11-11 11:20:31 +01:00
*.js text
2012-11-11 11:07:27 +01:00
*.progen text
*.xml text
*.xsd text
*.template text
*.properties text
*.ini text
*.vxbuild text
2012-10-26 04:34:46 +02:00
# Denote all files that are truly binary and should not be modified.
*.bin binary
*.mc binary
*.png binary
*.jpg binary
*.gif binary
# Linguist overrides
.cpp linguist-language=C++
.h linguist-language=C++