Skip to content

suzuki-shunsuke/matchfile-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matchfile-parser

Build Status Go Report Card GitHub last commit License

Parser of matchfile file format

Format

The format is inspired by gitignore.

[#][!][<kind>,...] <path>
...

When the multiple kinds are specified, the condition matches when either of them matches.

The line starts with "#" is ignored as code comment. Note that the comment in the middle of the line isn't supported.

[<kind>,...] is optional, and the default value is equal,dir,glob.

kind

LICENSE

MIT

About

Parser of matchfile file format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages