From f17621ae747e2a1f7899ed1b2aec20445287fcfb Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Tue, 15 Oct 2024 21:58:17 +0200 Subject: [PATCH] UPD .gitattributes --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..40995ce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto +# Explicitly declare text files you want to be normalized and converted to +# LF on checkout. +*.c text eol=lf +*.h text eol=lf +*.s text eol=lf +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary +*.pdf filter=lfs diff=lfs merge=lfs -text