From 652cfb67c37def67599ed6bbee5a936762da849d Mon Sep 17 00:00:00 2001 From: nemerle Date: Mon, 25 Apr 2016 10:03:55 +0200 Subject: [PATCH] Add simple gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..85dbaea --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +* text=auto +*.c text +*.cpp text +*.ui text +*.qrc text +*.h text