From c041a893cc292b5b3689d64571239d6337a61799 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Fri, 30 Aug 2024 10:13:32 +0200 Subject: [PATCH] - init --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..86c8a14 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto +*.pm text eol=lf +*.pl text eol=lf +*.t text eol=lf +*.asciidoc text eol=lf +Makefile eol=lf +*.xslt text eol=lf +*.xml text eol=lf +*.so binary +*.tif binary +*.tiff binary + -- GitLab