From 633ccc4813c8dda7cbdfe993dbc79768320d9bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Sat, 15 Dec 2012 18:04:26 +0100 Subject: [PATCH] Added a .gitattributes file for line endings This generally makes sure Windows users do not get in trouble when they do not have core.autocrlf set to 'true'. --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..fa9d1e6139 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto + +*.cpp text +*.h text +*.ui text + +*.png binary