summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-03-29 23:21:25 +0100
committerPete Batard <pete@akeo.ie>2012-03-29 23:21:25 +0100
commit2250152b251243f75c951533ae7b1139a785cfe6 (patch)
tree23c6a3b1cb399c333d370f29e1d3c2b7869238a4 /.gitattributes
parentd577d4f3f8e3116279e210df385caf96aad82839 (diff)
downloadlibusb-2250152b251243f75c951533ae7b1139a785cfe6.tar.gz
Git: add export-ignore for git config file
* Prevents release archives produced from git to contain git related files.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes16
1 files changed, 9 insertions, 7 deletions
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