From 4f27171920db676f4c39012f5f5c11e9d77d022d Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Mon, 25 Oct 2021 18:09:49 -0700 Subject: [PATCH] Update path to allow cargo watch to ignore from any directory. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 448e5ff..d76f694 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /target /pkg -/notmuch/testdata/Maildir/.notmuch +**/testdata/Maildir/.notmuch