From 82993fb4a50ed3d46fca5551dda6c3acec2dc87d Mon Sep 17 00:00:00 2001 From: Mark Joshwel <89562141+markjoshwel@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:17:48 +0000 Subject: [PATCH] docs: damn it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d750b..2a5db80 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ but if you want it to output external-tool-friendly output to stdout, pass in ## historical changes -- v5 (i3/a5) - 3rd implementation, rewritten in rust lol (no longer using iod-ttt, just piggybacking off [ignore](https://crates.io/crates/ignore)'s WalkBuilder +- v5 (i3/a5) - 3rd implementation, rewritten in rust lol (no longer using iod-ttt, just piggybacking off [ignore](https://crates.io/crates/ignore)'s WalkBuilder) - v4 (i2/a4) - optimised single iod-ttt - v3 (i2/a3) - faster matching by remembering ignored directories (ignore on demand, 'iod') - v2 (i2/a2) - 2nd implementation, corrected ignored directory matching (named 'trytrytry', 'ttt')