From 08dd4c0b1b15d40d60e38aedae12e056d76d14f2 Mon Sep 17 00:00:00 2001 From: Tom Finegan Date: Wed, 6 Jul 2022 16:26:40 -0700 Subject: [PATCH] Disable autocrlf for .obj files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..26bc16f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.obj binary