Add git-exclude
A Git commit that easily excludes files by adding them to `.git/info/exclude`.
This commit is contained in:
parent
a620888277
commit
d4e5faf6c4
3 changed files with 26 additions and 0 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue