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