From 0ac2fa01887f3a9a42c548d6cc353fc52b8b9264 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 19 Jan 2019 12:17:52 +0530 Subject: [PATCH] Mark hunspell as vendored --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 5d89af48ff..41c12d81df 100644 --- a/.gitattributes +++ b/.gitattributes @@ -45,6 +45,7 @@ resources/coffee-script.js linguist-vendored=true resources/csscolorparser.js linguist-vendored=true resources/viewer/hyphen* linguist-vendored=true resources/viewer/jquery* linguist-vendored=true +src/hunspell linguist-vendored=true # Mark generated files resources/content-server/index-generated.html linguist-generated=true