.gitattributes (handle line endings)

This commit is contained in:
Joerg Deckert 2014-05-01 10:53:06 +02:00
parent c0f84e5099
commit adf25afa8e
1 changed files with 13 additions and 0 deletions

13
.gitattributes vendored Normal file
View File

@ -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