diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..34463f99 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +*.c eol=lf +*.h eol=lf +*.rc eol=lf +*.txt eol=lf +*.bat eol=lf +*.vc*proj* eol=crlf +*.sln eol=crlf diff --git a/Makefile.am b/Makefile.am index 68aa0a87..ab3e3d2e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,6 +52,7 @@ dist_doc_DATA = \ dist_noinst_DATA = \ .gitignore \ + .gitattributes \ PORTS \ README.IPv6 TODO.IPv6 \ README.polarssl \