diff --git a/.gitattributes b/.gitattributes index ce84c76420..dfc48f92fe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,13 @@ -*.md eol=crlf +*.md text +*.c text +*.h text +*.cc text +*.S text +*.s text +*.hex -text +*.elf -text +*.ld text +Makefile text +*.bat eol=crlf +*.txt text