From fa3ea62695e8fc4dfa8c72a3a3b71464ebcd24f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20D=C3=BCrrenberger?= Date: Sun, 30 Nov 2014 20:30:36 +0100 Subject: [PATCH] Excluded attributes from none textual files. --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitattributes b/.gitattributes index 231767aea..0db64f4ca 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,11 @@ extlibs/**/* -text -eol src/SFML/Graphics/stb_image/**/* -text -eol + +*.png -text -eol +*.jpg -text -eol +*.wav -text -eol +*.ogg -text -eol +*.tff -text -eol +*.icns -text -eol +*.rtf -text -eol \ No newline at end of file