From 2250152b251243f75c951533ae7b1139a785cfe6 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Thu, 29 Mar 2012 23:21:25 +0100 Subject: Git: add export-ignore for git config file * Prevents release archives produced from git to contain git related files. --- .gitattributes | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 1a1929c..a142985 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,9 @@ -*.sh eol=lf -*.ac eol=lf -*.am eol=lf -*.dsw eol=crlf -*.dsp eol=crlf whitespace=space-before-tab -*.sln eol=crlf -*.vcxproj* eol=crlf +*.sh eol=lf +*.ac eol=lf +*.am eol=lf +*.dsw eol=crlf +*.dsp eol=crlf whitespace=space-before-tab +*.sln eol=crlf +*.vcxproj* eol=crlf +.gitattributes export-ignore +.gitignore export-ignore -- cgit v1.2.1