summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorMartijn Kaijser <mcm.kaijser@gmail.com>2016-01-17 17:30:12 +0100
committerMartijn Kaijser <mcm.kaijser@gmail.com>2016-01-17 17:30:12 +0100
commit990120b45b2ac3365ee5b855d8e3ddd18d2540ce (patch)
treef15ab3a54ade8974d4f657ed67ae398e8c96e6a1 /.gitattributes
parent34984d1419001d558d87d2729d70605bb413bbca (diff)
add usual files for new repo
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..e2562c8
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,10 @@
+# This ensures that all files that git considers to be text will have
+# normalized (LF) line endings in the repository
+* text=auto
+
+# Make sure those files will not be modified
+*.png binary
+*.jpg binary
+*.jpeg binary
+*.tbn binary
+*.gif binary