From adf25afa8e3195a61077cb857b65aee0c71dd126 Mon Sep 17 00:00:00 2001 From: Joerg Deckert Date: Thu, 1 May 2014 10:53:06 +0200 Subject: [PATCH] .gitattributes (handle line endings) --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..96f7078 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +# Auto detect text files and perform LF normalization + +* text=auto + +*.spin text + +*.BAS text eol=crlf +DATA.DAT text eol=crlf + +*.MAP binary +*.DAT binary +*.dat binary +*.dmp binary