summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-01-07 15:49:03 (GMT)
committerBrad King <brad.king@kitware.com>2014-01-07 15:49:03 (GMT)
commit01f8e1d48c8be51f893e8e13fd2f731bed03c597 (patch)
tree24a8fa83bbe12b7c0ad5d0cdbe18e8463ed9e62f /.gitattributes
downloadCastXML-01f8e1d48c8be51f893e8e13fd2f731bed03c597.zip
CastXML-01f8e1d48c8be51f893e8e13fd2f731bed03c597.tar.gz
CastXML-01f8e1d48c8be51f893e8e13fd2f731bed03c597.tar.bz2
Add .gitattributes for newline conversion
Set attribute text=auto for all paths to enable automatic newline handling in the Git work tree. Set attribute export-ignore for all .git* paths to tell git archive to ignore them.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..96bd23d
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+.git* export-ignore
+
+* text=auto