blob: 356dc788c85eeb64c7b33823cb59ebb327174107 (
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 relevant for Windows only, and requires git >= 2.19.2 to work.
/* symlink=dir
/website/* symlink=dir
/tools/clang symlink=dir
/tools/memory symlink=dir
|