]> git.phdru.name Git - git-scripts.git/commitdiff
Ignore archive/cheetah3 - it's a mirror of current/cheetah3
authorOleg Broytman <phd@phdru.name>
Thu, 16 Mar 2017 23:28:40 +0000 (02:28 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 16 Mar 2017 23:28:40 +0000 (02:28 +0300)
locate-all

index b4fcdeea3cf24e0f85c0ecf13902b13d276edf48..9521272cd9e8f0321d594e4f08e002edc129bf58 100755 (executable)
@@ -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