From 185e2f9d3ad23e9926373979c3dd8dc362ad6857 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Thu, 9 Apr 2015 17:30:38 +0100 Subject: Added .gitattribute file that takes care of line endings. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..2098a079 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* text=auto + +*.h text +*.c text +*.cpp text -- cgit 1.4.1