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