summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2013-08-05 13:30:07 +0200
committerDamien Regad <dregad@mantisbt.org>2013-08-05 13:31:29 +0200
commit9ee424cace346496444d16c03d3d77b58bbd049f (patch)
tree4e2ef926249d775611377bc5014ffb688001608e /.gitattributes
parent1c1472d134a607ae679623dcf2b6f996fcfc7ef7 (diff)
downloadadodb-9ee424cace346496444d16c03d3d77b58bbd049f.tar.gz
adodb-9ee424cace346496444d16c03d3d77b58bbd049f.tar.bz2
adodb-9ee424cace346496444d16c03d3d77b58bbd049f.zip
Added .gitattributes file
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..1f51ba01
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,14 @@
+# Default behavior
+* text=auto
+
+# Text files to be normalized to lf line endings
+*.php text
+*.htm* text
+*.sql text
+*.txt text
+*.xml text
+*.xsl text
+
+# Binary files
+*.gif binary
+