From e8fb2f58f23067f531ade8c0589f6ac79f6a19aa Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Thu, 18 May 2017 10:24:21 +0200 Subject: [PATCH] Add a basic .gitattributes file to the repository root directory --- .gitattributes | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5abe905 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,22 @@ +# 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 +*.xml text +*.desktop text +*.svg text +*.jpg binary +*.png binary +*.gif binary +*.bat text eol=crlf +AUTHORS text +COPYING text +COPYING.* text +README.* text +Makefile text +ChangeLog text +ChangeLog.* text