From 16db9542e824b6b7c8b5455a162d8e201e8ef1dd Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Tue, 24 Jan 2012 20:34:43 +0100 Subject: [PATCH] Introduce end-of-line normalization. --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7973b66 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +* text=auto + +# image files and such +*.pdf -text +*.ico -text +*.icns -text +*.tiff -text +*.png -text +*.jpg -text + +# archive files +*.zip -text +*.bz2 -text +*.egg -text -- 2.1.4