From fcf8f410e2a743c964fb683fa665926f6bd14ac6 Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Wed, 21 May 2025 23:35:33 +1000 Subject: [PATCH] gitignore: drop superfluous `**/` --- .gitignore | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index ff0a91fdf..8518f0ad9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,24 @@ .direnv -**/.nixos-test-history -***/.hypothesis +.nixos-test-history +.hypothesis out.log .coverage.* -**/qubeclan +qubeclan pkgs/repro-hook -**/testdir +testdir democlan example_clan -**/result +result* /pkgs/clan-cli/clan_lib/nixpkgs /pkgs/clan-cli/clan_cli/webui/assets nixos.qcow2 -**/*.glade~ +*.glade~ /docs/out /pkgs/clan-cli/clan_lib/select -**/.local.env +.local.env -# MacOS stuff -**/.DS_store +# macOS stuff +.DS_Store # dream2nix .dream2nix