mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
.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:
parent
e5d1ac8074
commit
6aa02f1fd9
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user