From 916b2678c44690fe5bc44f1d39ea9e85d42fc067 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 6 Jan 2018 12:18:21 +0000 Subject: Adding attributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..335c6157 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.h linguist-language=C++ +yage/core/stb_image.h linguist-vendored \ No newline at end of file -- cgit From cdf465e8bd386841dbeaddfb2d65844144fb8027 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 6 Jan 2018 20:59:37 +0000 Subject: Changing gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 335c6157..d839c828 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ *.h linguist-language=C++ -yage/core/stb_image.h linguist-vendored \ No newline at end of file +yage/core/stb_image.h linguist-vendored=true \ No newline at end of file -- cgit