Add git-exclude

A Git commit that easily excludes files by adding them to
`.git/info/exclude`.
This commit is contained in:
Oliver Davies 2025-07-12 17:39:44 +01:00
parent a620888277
commit d4e5faf6c4
3 changed files with 26 additions and 0 deletions

View file

@ -14,6 +14,7 @@ in
dev-commit = callPackage ./dev-commit.nix { };
displayselect = callPackage ./displayselect { };
get-tags = callPackage ./get-tags.nix { };
git-exclude = callPackage ./git-exclude.nix { };
git-graph = callPackage ./git-graph.nix { };
mounter = callPackage ./mounter.nix { };
move-firefox-screenshots = callPackage ./move-firefox-screenshots.nix { };