diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 7bb2418..d10ef48 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,11 @@ include/tinyxml2.h linguist-vendored src/tinyxml2.cpp linguist-vendored -src/threadpool.cpp linguist-vendored + include/threadpool.h linguist-vendored +src/threadpool.cpp linguist-vendored + include/SDL2/* linguist-vendored + include/freetype/* linguist-vendored + +include/glm/* linguist-vendored |