From f753fd5d6ab8db4ab808a50ed7e54dd08baa4836 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Thu, 25 Feb 2010 23:55:12 +0100 Subject: [PATCH] Copy .gitattributes from arbor --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4a84e5c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Disable checks for trailing whitespace for patches, they always trigger warnings,-blank-at-eof +*.diff whitespace=-trailing-space,-space-before-tab,-blank-at-eof +*.patch whitespace=-trailing-space,-space-before-tab,-blank-at-eof +*.exlib whitespace=-blank-at-eof +*.exheres-0 whitespace=-blank-at-eof