summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 3a7b70019e9bf5db6b1d49519cb85be7ed9e72b2 (plain)
1
2
3
4
5
6
7
8
9
10
# Use Unix line endings in all text files.
* text=auto eol=lf
*.png -text

# Tell git which symlinks point to files, and which ones point to directories.
# This is revelevant for Windows only, and requires git >= 2.19.2 to work.
/* symlink=dir
/website/* symlink=dir
/tools/clang symlink=dir
/tools/memory symlink=dir