diff options
author | Jeff King <peff@peff.net> | 2006-09-18 00:34:38 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-18 00:34:38 -0700 |
commit | b3dc864c6d5ffb96513328f976c076c3a90331b0 (patch) | |
tree | 34827f340912554a9b3f1ad0f43264ade35c68cc | |
parent | f62363fb02865967e5efd17de1a09de6e02f3e3f (diff) | |
download | git-b3dc864c6d5ffb96513328f976c076c3a90331b0.tar.gz git-b3dc864c6d5ffb96513328f976c076c3a90331b0.tar.xz |
gitignore: git-pack-refs is a generated file.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a3d9c7a11..1ff28c7c5 100644 --- a/.gitignore +++ b/.gitignore @@ -73,6 +73,7 @@ git-name-rev git-mv git-pack-redundant git-pack-objects +git-pack-refs git-parse-remote git-patch-id git-peek-remote |