mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #54] [MERGED] Add option to ignore directories #277
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/54
Author: @bootandy
Created: 1/19/2020
Status: ✅ Merged
Merged: 1/19/2020
Merged by: @bootandy
Base:
master← Head:ab-ignore-dir📝 Commits (1)
d97edbaAdd option to ignore directories📊 Changes
3 files changed (+52 additions, -0 deletions)
View changed files
📝
src/main.rs(+9 -0)📝
src/tests.rs(+32 -0)📝
src/utils/mod.rs(+11 -0)📄 Description
https://github.com/bootandy/dust/issues/46
Add -X flag used to ignore any file or directory that matches the
provided substring.
This means that -X e will ignore any file or directory with an 'e' in
it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.