From 6d08223660818b20eab599c04ddc2909cbf88605 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Thu, 21 Jun 2018 15:11:29 +0200 Subject: [PATCH] update .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 04e5684a..2877ece6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,6 +6,9 @@ *.c text *.h text *.txt text +*.py text +*.pl text +*.lua text # Declare files that will always have CRLF line endings on checkout. *.sln text eol=crlf @@ -13,8 +16,10 @@ *.vbs text eol=crlf *.vcxproj text eol=crlf *.vcxproj.filters text eol=crlf +*.rtf text eol=crlf # Denote all files that are truly binary and should not be modified. *.png binary *.gif binary *.dll binary +*.xls binary