Skip to content
Snippets Groups Projects
.gitattributes 668 B
Newer Older
Rye Mutt's avatar
Rye Mutt committed
*          text eol=lf

# Sources
*.cpp      text diff=cpp
*.h        text diff=cpp
*.py       text diff=python

Rye Mutt's avatar
Rye Mutt committed
# Visual Studio
*.sln text eol=crlf
*.vcproj text eol=crlf
*.vcxproj text eol=crlf

# Documents
*.txt      text
*.xml      text

# Graphics
*.png      binary diff=exif
*.jpg      binary diff=exif
*.jpeg     binary diff=exif
*.gif      binary diff=exif
*.tif      binary
*.tiff     binary
*.ico      binary
*.svg      text
*.eps      binary
Rye Mutt's avatar
Rye Mutt committed
*.j2k binary
*.j2c binary
*.icns binary
*.bmp binary
*.BMP binary

# Scripts
*.sh       text eol=lf
*.bat      text eol=crlf

# Exclude files from exporting
.gitattributes export-ignore
.gitignore     export-ignore