Initial snapshot
This commit is contained in:
commit
fee4dd4e6d
373 changed files with 62144 additions and 0 deletions
33
export/behaviours/sets/sweep.yml
Normal file
33
export/behaviours/sets/sweep.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
#
|
||||
# ---------- 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
|
||||
Reference in a new issue