X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=locate-all;h=9521272cd9e8f0321d594e4f08e002edc129bf58;hb=83727d11cd79db706eb3029194d735031f8ac3c3;hp=21daa91de58cf5d2b274ddddf1fd5e5dbb230ef9;hpb=05bea3cce607ae3d9ff6151bd7ed5ed1aa113194;p=git-scripts.git diff --git a/locate-all b/locate-all index 21daa91..9521272 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/\|/archive/cheetah3/\|/third-party/\|$HOME/tmp/" | + sort | uniq > locate-all.list