summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2021-02-04 16:36:34 (GMT)
committerGitea <gitea@fake.local>2021-02-04 16:36:34 (GMT)
commit3f7360ca186933b600d362c12e7c62d9df509aa4 (patch)
tree9e7bff44e541526ae50b183a64cfe1d22a13cc56 /.gitattributes
parent76ab14fa5f7979dd764b449396dc5835a286ec6d (diff)
parent6259b816287f8f74dadf50334a445cd9fe16d415 (diff)
Merge branch 'develop' of JF/PineTime into master
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..2257cac
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,15 @@
+# Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
+
+# Explicitly declare text files you want to always be normalized and converted
+# to native line endings on checkout.
+*.c text
+*.cpp text
+*.h text
+*.hpp text
+
+# Denote all files that are truly binary and should not be modified.
+*.png binary
+*.bin binary
+*.jpg binary
+*.jpeg binary