From e6d710f8cbef6b9787dc4212ad9f2c970c18a3b1 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Jun 2018 15:01:31 +0100 Subject: Adding vendored code --- .gitattributes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index d839c828..797f284b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ -*.h linguist-language=C++ -yage/core/stb_image.h linguist-vendored=true \ No newline at end of file +yage/*.h linguist-language=C++ +yage/*/*.h linguist-language=C++ +yage/core/stb_image.h linguist-vendored=true +libs/* linguist-vendored=true -- cgit