From 0e573965f560f396617929d019426ef6429c6269 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Thu, 2 Nov 2023 11:20:15 -0400 Subject: [PATCH] Add .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6bd38b8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +cmake/toolchain/** linguist-vendored +cmake/GitInfo.cmake linguist-vendored +cmake/FindOpenGLES.cmake linguist-vendored