summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJoaquim <joaquim.org@gmail.com>2021-02-01 10:44:10 (GMT)
committerJoaquim <joaquim.org@gmail.com>2021-02-01 10:44:10 (GMT)
commitccd423bcef52b241fa0ced82d59fdb432b4347de (patch)
treea57c56f146faf53153f5a188fdb33ea7430872ef /.gitattributes
parenta456887eff1bc0de6c6a8ecb49a961ffe75661db (diff)
parent9c35b6fe5dc889b589b979dd7c650c70f302854b (diff)
Merge branch 'develop' of https://github.com/JF002/Pinetime into LVGL7
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