From 192fb0f10ef309be5e31f8c0d5aed566a61265e7 Mon Sep 17 00:00:00 2001 From: LexManos Date: Mon, 15 Oct 2012 15:32:25 -0700 Subject: [PATCH] Dll files are binary as well. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a491dfba6..38d313246 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,4 +3,5 @@ *.patch text *.png binary *.exe binary +*.dll binary *.zip binary \ No newline at end of file