add jujutsu to ignored files

[jujutsu](https://github.com/martinvonz/jj) is an alternative to git
This commit is contained in:
xdBronch 2024-10-12 01:06:20 -04:00 committed by CJ van den Berg
parent 1c6a832255
commit 64056ad045
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -769,6 +769,7 @@ fn walk_tree_async(a_: std.mem.Allocator, root_path_: []const u8) (SpawnError ||
const filtered_dirs = [_][]const u8{ const filtered_dirs = [_][]const u8{
".git", ".git",
".jj",
".cache", ".cache",
".var", ".var",
"zig-out", "zig-out",