X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=locate-all;h=9521272cd9e8f0321d594e4f08e002edc129bf58;hb=ec626ef9c99ce4adb4ddcb53b02fe95e950a61ca;hp=fb9d0d550c00e62fa700f859467ccb683ef39dad;hpb=368b4f3c978a2ae7b6821e7a0dc3511c7b94668e;p=git-scripts.git diff --git a/locate-all b/locate-all index fb9d0d5..9521272 100755 --- a/locate-all +++ b/locate-all @@ -1,3 +1,4 @@ #! /bin/sh -(locate -b \\.git && locate -b \*.git) | sed 's!/\.git$!!' | - sort | uniq >locate-all.list +locate -b \*.git | sed 's!/\.git$!!' | + grep -v "/archive/SQLObject/\|/archive/cheetah3/\|/third-party/\|$HOME/tmp/" | + sort | uniq > locate-all.list