From 4c743f70d7dc070e235fc3b6fcfecbf592286327 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 17 Mar 2017 02:28:40 +0300 Subject: [PATCH] Ignore archive/cheetah3 - it's a mirror of current/cheetah3 --- locate-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2