Safe Haskell | None |
---|---|
Language | Haskell2010 |
Ignore
- findIgnoreFiles :: [VCS] -> Path Abs Dir -> IO [IgnoreFile]
- buildChecker :: [IgnoreFile] -> IO (Either String FileIgnoredChecker)
- data VCS
- data IgnoreFile = IgnoreFile {}
- newtype FileIgnoredChecker = FileIgnoredChecker {}
Documentation
findIgnoreFiles :: [VCS] -> Path Abs Dir -> IO [IgnoreFile] #
Search for the ignore/boring files of different VCSes starting a directory
buildChecker :: [IgnoreFile] -> IO (Either String FileIgnoredChecker) #
Build function that checks if a file should be ignored
newtype FileIgnoredChecker #
Abstract checker if a file should be ignored
Constructors
FileIgnoredChecker | |
Fields |
Instances