From: Raja R Harinath Date: Sun, 25 Jul 2010 14:39:25 +0000 (+0530) Subject: EOL handling X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be8d01b6113927588ca058797c8e71761929bd43;p=gc EOL handling This set of .gitattributes was automatically generated from the list of files that GIT tried to normalize when I enabled automatic EOL conversion. With this set of attributes, we prevent automated EOL conversion on files that we know will cause trouble down the road. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6e3af18e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/BCC_MAKEFILE -crlf +/digimars.mak -crlf +/win32_threads.c -crlf diff --git a/include/private/.gitattributes b/include/private/.gitattributes new file mode 100644 index 00000000..998a67db --- /dev/null +++ b/include/private/.gitattributes @@ -0,0 +1 @@ +/gcconfig.h -crlf