[Pkg-owncloud-commits] [owncloud-client] 140/219: git: fix entry in .gitattributes to not export binary dir.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 11a64320f0fa9a1d908388a16eef299b5c701d74
Author: Klaas Freitag <freitag at owncloud.com>
Date: Mon Sep 22 11:24:24 2014 +0200
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 82b0343..4841478 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list