summaryrefslogtreecommitdiff
path: root/Types/FileMatcher.hs
blob: fc442b60416f06180e459364feb7aab7647a1ddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{- git-annex file matcher types
 -
 - Copyright 2013 Joey Hess <joey@kitenet.net>
 -
 - Licensed under the GNU GPL version 3 or higher.
 -}

module Types.FileMatcher where

data FileInfo = FileInfo
	{ relFile :: FilePath -- may be relative to cwd
	, matchFile :: FilePath -- filepath to match on; may be relative to top
	}