aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-09-30 19:33:45 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-09-30 19:33:45 +0200
commitb1f446415aeb223eefeff511582821d60f20fb55 (patch)
tree66c939b7aff54347c0267776e139e1ebec00d9c2 /.gitattributes
parentfeat(fetcha): change the Makefile a bit, fixing a "missing config.h" issue (diff)
downloadsuckless-setup-b1f446415aeb223eefeff511582821d60f20fb55.tar.gz
docs(README): update repo URL
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..2742e4d
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,6 @@
+* text=auto eol=lf
+
+# Older git versions try to fix line endings on images, this prevents it.
+*.png binary
+*.jpg binary
+*.ico binary