summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-10-25 12:06:40 +0200
committerTor Andersson <tor@ccxvii.net>2024-10-25 12:07:59 +0200
commitbf856d132261e7ca91ca6f8fbe5cecef6ba939d6 (patch)
tree66ecc7171093bed9981ea2870254ceb952122c76 /.gitattributes
parentc8b701953f1b0a6349d738895df738d4899ab1f5 (diff)
download1989-dawn-of-freedom-bf856d132261e7ca91ca6f8fbe5cecef6ba939d6.tar.gz
Normalize line endings.
Added .gitattributes with text=auto setting. Ran `git add --renormalize .` to update all the checked in files.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..aee666c
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+* text=auto
+*.jpg binary
+*.png binary