.gitattributes: add symlink target types

This is a first step toward removing the fix_symlinks() hack from
tools/third_party.py.
This commit is contained in:
Bert Belder 2018-12-03 11:32:26 -08:00
parent e5d1ac8074
commit 6aa02f1fd9
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461
2 changed files with 7 additions and 1 deletions

6
.gitattributes vendored
View File

@ -1,2 +1,8 @@
# Use Unix line endings in all text files.
* text=auto eol=lf
# 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

@ -1 +1 @@
Subproject commit e94296a27cdaeb96bfd86e499162764409e503bc
Subproject commit 7f6923ab6e7125238a69d4c0dd8b31f12cb78ce7