This repository has been archived on 2021-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
kaneton/export/behaviours/sets/sweep.yml

34 lines
408 B
YAML
Raw Normal View History

2013-02-11 21:04:30 +00:00
#
# ---------- information ------------------------------------------------------
#
# this set of operation removes all the versioning-system-specific information.
#
#
# subversion
#
-
operation: fremovepattern
pattern: \.svn
#
# cvs
#
-
operation: fremovepattern
pattern: CVS
#
# git
#
-
operation: fremovepattern
pattern: \.git
#
# mercurial
#
-
operation: fremovepattern
pattern: \.hg