diff options
author | Li Jin <dragon-fly@qq.com> | 2021-04-21 09:56:54 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-04-21 09:56:54 +0800 |
commit | b4e07d970f1a41e14e0185ed2b1f8c793eaa4f72 (patch) | |
tree | afc5de6a99efe7035b14ace2b903a6fcc5d70f4d /.gitattributes | |
parent | b7bdf7d5d36825a1a750a74641f6d374dec5d67a (diff) | |
download | yuescript-b4e07d970f1a41e14e0185ed2b1f8c793eaa4f72.tar.gz yuescript-b4e07d970f1a41e14e0185ed2b1f8c793eaa4f72.tar.bz2 yuescript-b4e07d970f1a41e14e0185ed2b1f8c793eaa4f72.zip |
fix windows build.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 79eebd7..ee06607 100644 --- a/.gitattributes +++ b/.gitattributes | |||
@@ -1 +1,3 @@ | |||
1 | src/3rdParty/* linguist-vendored | 1 | src/3rdParty/* linguist-vendored |
2 | spec/lib/* linguist-vendored | ||
3 | |||