aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorlaytan <laytanlaats@hotmail.com>2026-02-09 19:48:27 +0100
committerlaytan <laytanlaats@hotmail.com>2026-02-09 19:48:27 +0100
commit5a02132ac31696e5b6422939bd60a36f823f7ffb (patch)
treeb8d15b2f4ddcf07c417febaa78acd1acf6fa1d99 /.gitattributes
parent8018604f8309e6af95ffa3886f9a0768bd720834 (diff)
fix box2d build and try git LFS
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index e58996311..cf3203d4a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,6 +1,7 @@
*.odin linguist-language=Odin
* text=auto
-
# These files must always have *nix line-endings
Makefile text eol=lf
-*.sh text eol=lf \ No newline at end of file
+*.sh text eol=lf
+vendor/box2d/lib/box2d_windows_amd64_avx2.lib filter=lfs diff=lfs merge=lfs -text
+vendor/box2d/lib/box2d_windows_amd64_sse2.lib filter=lfs diff=lfs merge=lfs -text