Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2014-09-22 13:24:24 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-09-22 13:24:24 +0400
commit11a64320f0fa9a1d908388a16eef299b5c701d74 (patch)
tree7bd2dce2754492c8c80d81bdf46b51c2ce40c22f /.gitattributes
parent4eac66b84aed002b147700b22fa588944d598fe9 (diff)
git: fix entry in .gitattributes to not export binary dir.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 1 insertions, 1 deletions
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