Skip to content

Commit

Permalink
ignore .git and .svn too
Browse files Browse the repository at this point in the history
  • Loading branch information
s.husch committed Dec 15, 2011
1 parent b0b99cd commit e6c0c7f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ def self.default_attribute(attribute, default_value)
:bzr => "bzr info | grep parent | sed \'s/^.*parent branch: //\'"
}

default_attribute :rsync_options, '-az --delete --exclude=.hg*'
default_attribute :rsync_options, '-az --delete --exclude=.hg* --exclude=.git* --exclude=.svn*'
default_attribute :local_cache, '.rsync_cache'
default_attribute :repository_cache, 'cached-copy'

Expand Down

0 comments on commit e6c0c7f

Please sign in to comment.