From: Oleg Broytman Date: Thu, 16 Mar 2017 23:28:40 +0000 (+0300) Subject: Ignore archive/cheetah3 - it's a mirror of current/cheetah3 X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=commitdiff_plain;h=4c743f70d7dc070e235fc3b6fcfecbf592286327 Ignore archive/cheetah3 - it's a mirror of current/cheetah3 --- 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