gitignore-ospath-0.1.0: src/Ignore.hs
-- | Gitignore pattern matching for 'System.OsPath.OsPath'.
module Ignore
( Ignore (..),
parse,
ignores,
ignores',
)
where
import Ignore.Internal
-- | Gitignore pattern matching for 'System.OsPath.OsPath'.
module Ignore
( Ignore (..),
parse,
ignores,
ignores',
)
where
import Ignore.Internal