Git: add export-ignore for git config file
authorPete Batard <pete@akeo.ie>
Thu, 29 Mar 2012 22:21:25 +0000 (23:21 +0100)
committerPete Batard <pete@akeo.ie>
Thu, 29 Mar 2012 22:21:25 +0000 (23:21 +0100)
* Prevents release archives produced from git to contain
  git related files.

.gitattributes

index 1a1929c..a142985 100644 (file)
@@ -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