Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markashleybell committed Jun 7, 2016
1 parent 68b4109 commit 39eaeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Load and parse `.gitignore` files (or any text files using the same syntax) to produce an `IgnoreList` which can be used to ignore specific files and folders during (for example) a recursve file copy operation.

The goal of this library is to implement the same file matching behaviour which [Git](https://github.com/git/git) uses to determine which files to ignore when adding to a commit. Please feel free to submit [issues](https://github.com/markashleybell/MAB.DotIgnore/issues) with examples or pull requests if you find instances where this isn't the case!
The goal of this library is to implement the same file matching behaviour [Git](https://github.com/git/git) uses to determine which files to ignore when adding to a commit. Please feel free to submit any [issues](https://github.com/markashleybell/MAB.DotIgnore/issues) with examples or pull requests, if you find instances where this isn't the case!

## Basic usage:

Expand Down

0 comments on commit 39eaeae

Please sign in to comment.