X-Git-Url: https://git.octo.it/?p=git.git;a=blobdiff_plain;f=git-clean.sh;h=3834323bcf479b7e01af4e1f247fb13aac423f90;hp=bb56264e046c906c529c712b36db239dd7ba99e9;hb=162f41292167a800432fc6bbacfcd9f93a90b0c8;hpb=975bf9cf5ad5d440f98f464ae8124609a4835ce1 diff --git a/git-clean.sh b/git-clean.sh index bb56264e..3834323b 100755 --- a/git-clean.sh +++ b/git-clean.sh @@ -19,8 +19,8 @@ ignored= ignoredonly= cleandir= quiet= -rmf="rm -f" -rmrf="rm -rf" +rmf="rm -f --" +rmrf="rm -rf --" rm_refuse="echo Not removing" echo1="echo"