From 17d7ceea539aa5e314783365ea4a3facf827bef2 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Mon, 17 Apr 2017 21:59:49 -0700 Subject: [PATCH] Readd image --- .gitattributes | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 07d1ddd9..1f582067 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,7 @@ -# Binary files -*.png binary - # By default, use platform specific endings. -* text eol=auto +*.h text eol=auto +*.cpp text eol=auto +*.cc text eol=auto # Tests must always be crlf full_tests/** text eol=crlf