summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorAvamander <avamander@gmail.com>2021-01-30 18:52:14 +0200
committerGitHub <noreply@github.com>2021-01-30 18:52:14 +0200
commitf6927548419542ce1540b6c1419b1c854fd17c8c (patch)
tree73eb669eaa805f001148c22807cc3e2d1a3206e0 /.gitattributes
parent80838d1e42e83b50188d6237d16c81cfa27781a6 (diff)
Create .gitattributes
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 00000000..2257cac4
--- /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