From 569f9895dba3895386b90d0c4224f4a88aadf611 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 31 Dec 2014 12:51:39 +0100 Subject: [PATCH] Added .gitattributes SPACECRAFT is in C++ not in C. Some files are just libs and should not be checked by linguist --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..568b95d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +extlibs/**/* linguist-vendored +src/utils/stb_image.* linguist-vendored +src/glew/* linguist-vendored +shader/**/*.frag linguist-language=GLSL +shader/**/*.vert linguist-language=GLSL +shader/**/*.geom linguist-language=GLSL +src/**/*.h linguist-language=C++ +src/**/*.cpp linguist-language=C++