gc.sh: ignore pack files without an index
commit034069fb137c4ab6127e84b9c1df9f308d494764
authorKyle J. McKay <mackyle@gmail.com>
Wed, 1 Jun 2016 08:23:21 +0000 (1 01:23 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 1 Jun 2016 08:23:21 +0000 (1 01:23 -0700)
tree441619ba5bc7c84ec8924a9503a3ff7450fd06cf
parent40aff7030e29bb67964da1db37e50eddbaf9242a
gc.sh: ignore pack files without an index

Git ignores any pack files that do not have a matching .idx file
so we need to do the same thing.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobd/gc.sh