forgot to add
This commit is contained in:
parent
d4234b461b
commit
baf36cb0cc
1 changed files with 13 additions and 0 deletions
13
Types/FileMatcher.hs
Normal file
13
Types/FileMatcher.hs
Normal file
|
@ -0,0 +1,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
|
||||
}
|
Loading…
Reference in a new issue