mirror of
https://github.com/smealum/SPACECRAFT.git
synced 2025-06-19 01:05:43 -04:00
Added .gitattributes
SPACECRAFT is in C++ not in C. Some files are just libs and should not be checked by linguist
This commit is contained in:
parent
e2473a978d
commit
569f9895db
8
.gitattributes
vendored
Normal file
8
.gitattributes
vendored
Normal file
@ -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++
|
Loading…
Reference in New Issue
Block a user