From 11a64320f0fa9a1d908388a16eef299b5c701d74 Mon Sep 17 00:00:00 2001
From: Klaas Freitag <freitag@owncloud.com>
Date: Mon, 22 Sep 2014 11:24:24 +0200
Subject: [PATCH] git: fix entry in .gitattributes to not export binary dir.

---
 .gitattributes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index 82b034368..484147812 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,4 +2,4 @@
 .gitignore              export-ignore
 .gitattributes          export-ignore
 .commit-template        export-ignore
-/binary                 export-ignore
+binary/                 export-ignore