]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.in
gitconfig: add aliases for clean
[config/dotfiles.git] / gitconfig.in
index 62e26f1ab01f2b98a122b187f97148cb17a52fb6..a701c250b2953f50c4c38e73800776ab843351d4 100644 (file)
@@ -84,6 +84,9 @@
        rs  = reset
        rsh = reset --hard
        rsp = reset --patch
+       # Only clean ignored files.
+       cl  = clean -ndx
+       clf = clean -fdx
        ## Branches.
        co  = checkout
        b   = branch -a -v