ReUnion/.gitattributes
2024-06-20 20:43:04 +07:00

38 lines
1.0 KiB
Plaintext

###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
# Sources
*.c text eol=crlf diff=c
*.cc text eol=crlf diff=cpp
*.cxx text eol=crlf diff=cpp
*.cpp text eol=crlf diff=cpp
*.c++ text eol=crlf diff=cpp
*.hpp text eol=crlf diff=cpp
*.h text eol=crlf diff=c
*.h++ text eol=crlf diff=cpp
*.hh text eol=crlf diff=cpp
# Compiled Object files
*.o binary
*.a binary
*.obj binary
*.lib binary
*.jar binary
# Project files
*.sln text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
# Scripts
*.sh text eol=lf
# Resources files
*.bmp binary
*.ico binary
*.png binary
*.wav binary
*.tga binary