From 6d78ec88dd8cfb34f1e2cd7fe4610ce57588219c Mon Sep 17 00:00:00 2001 From: Slawek Mikula Date: Sat, 21 Oct 2017 00:28:00 +0200 Subject: [PATCH] - .gitattributes - for correct line endings --- .gitattributes | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..77963d5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,25 @@ +# Set default behaviour, in case users don't have core.autocrlf set. +* text=auto + +.gitattributes text export-ignore +.gitignore text export-ignore +*.py text +*.txt text +*.rst text +/README.rst text eol=crlf +*.xml text +*.desktop text +*.svg text +*.jpg binary +*.png binary +*.gif binary +*.bat text eol=crlf +/docs/* text +/docs/INSTALL/INSTALL_* text eol=crlf +AUTHORS text +COPYING text +COPYING.* text +README.* text +Makefile text +ChangeLog text +ChangeLog.* text