home/git: more precise glob for nix outlinks

This commit is contained in:
Primrose 2025-09-18 10:04:13 +08:00
parent dc5c0fed26
commit 336d9ec2ae
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -40,7 +40,8 @@
# nix # nix
".direnv/" ".direnv/"
"**/result*" # building an attr of derivation will make multiple links "**/result"
"**/result-*" # building an attr of derivation will make multiple links
# pre-commit # pre-commit
".pre-commit-config.yaml" ".pre-commit-config.yaml"