From 931c762fcae2906ef511105c4384a5692050cb59 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Mon, 17 Jan 2022 07:02:28 -0500 Subject: [PATCH] - add .gitattributes to describe proper line-endings --- .gitattributes | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ba3af65d6..c74b378a8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,29 @@ -* text=false +* text=auto +*.h text +*.c text +*.cc text +*.cpp text +*.mm text +*.lemon text +*.y text +*.re text +*.i text +*.asm text +*.S text + +*.vcproj text +*.sln text +*.bat text +*.rc text + +*.txt text +language.* text + +*.png binary +*.imgz binary +*.lmp binary +*.flac binary +*.dat binary +*.ico binary +wadsrc/* binary \ No newline at end of file