This repository has been archived on 2021-03-01. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
kaneton/export/behaviours/sets/sweep.yml
Mercier Pierre-Olivier fee4dd4e6d Initial snapshot
2013-02-11 22:04:30 +01:00

33 lines
408 B
YAML

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