summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-01-31 20:32:12 +0100
committerGitHub <noreply@github.com>2021-01-31 20:32:12 +0100
commitec0deb66b7bff171a54015ec8d90f319da49c398 (patch)
tree1f31357ec366b9d065b3bbe0b96dcce8382af813 /.gitattributes
parent79a33bce6323d3cbcd5acf653d0a74d26c318df4 (diff)
parentf6927548419542ce1540b6c1419b1c854fd17c8c (diff)
Merge pull request #192 from Avamander/patch-4
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