From 7bd2e0072127512393b862778799a02324a60f5f Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Wed, 6 Oct 2021 02:27:28 +0200 Subject: [PATCH] Added non-LFS file types --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitattributes b/.gitattributes index 5b43ab3d..cbe8897d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,3 +13,14 @@ *.ini filter= diff= merge= text eol=crlf *.txt filter= diff= merge= text eol=crlf *.psc filter= diff= merge= text eol=crlf +*.cpp filter= diff= merge= text eol=crlf +*.h filter= diff= merge= text eol=crlf +*.filters filter= diff= merge= text eol=crlf +*.def filter= diff= merge= text eol=crlf +*.user filter= diff= merge= text eol=crlf +*.vcxproj filter= diff= merge= text eol=crlf +*.vcproj filter= diff= merge= text eol=crlf +*.vssscc filter= diff= merge= text eol=crlf +*.sln filter= diff= merge= text eol=crlf +*.props filter= diff= merge= text eol=crlf +*.inl filter= diff= merge= text eol=crlf