Module: Girror

Defined in:
lib/girror.rb

Overview

This module encapsulates girror’s namespace.

Defined Under Namespace

Classes: Application

Constant Summary collapse

VERSION =

Version of the library.

"0.0.5"
FILTER_RE =

Regexp to filter out ‘technical’ files which aren’t normally a part of the mirrored tree and therefore should be ignored.

/^((\.((\.{0,1})|((git)(ignore)?)))|(_girror))$/