-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: test ignored directories correctly
The previous test wasn't testing properly ignored files: indeed, the `.gitignore` for this very repository (that of cargo-machete) would be taken into account, instead of the one we wanted. To make this clearer, the code now uses an `.ignore` file in the main directory, and a special option is introduced for testing purposes, to make it possible to disable respecting `.gitignore` (while respecting other ignore options). Fixes #140.
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters