[Pkg-owncloud-commits] [owncloud-client] 01/70: Add exclusion for OSX ._<filename> files

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat May 17 20:01:23 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 32e205f6ceec9afb95c8251ade164ce14b1055f1
Author: Tom Swartz <tom at pennmanor.net>
Date:   Wed Nov 20 10:26:36 2013 -0500

    Add exclusion for OSX ._<filename> files
    
    Exclude older OSX metadata ._<filename> files from sync, improving
    cross-platform sync experience.
    
    Tested-on: arcturus <20 Nov 2013>
---
 sync-exclude.lst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sync-exclude.lst b/sync-exclude.lst
index a99945a..2943300 100644
--- a/sync-exclude.lst
+++ b/sync-exclude.lst
@@ -13,6 +13,7 @@ csync_journal.db.ctmp
 
 ].DS_Store
 ].ds_store
+._*
 ]Thumbs.db
 desktop.ini
 

-- 
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