From 84f481ca716f7f9267bdf7dc166610b39dd68939 Mon Sep 17 00:00:00 2001 From: OSEHR Agent Date: Wed, 30 Nov 2011 16:32:05 -0500 Subject: [PATCH] Add .gitattributes for newline conversion --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..39fc8f97 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.txt text +*.doc -text +*.pdf -text +*.zip -text