diff options
author | David Aguilar <davvid@gmail.com> | 2009-04-13 19:01:27 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-31 17:03:40 -0700 |
commit | 2aaa84567e37f3c90087b56f9440a1608cac2282 (patch) | |
tree | 9022e9efb715b9197f24af314d09c075a1fd5db4 /.gitignore | |
parent | 86af2caa5ac322b1ebda8b4f0aceb9dfafe3e5ba (diff) | |
download | git-2aaa84567e37f3c90087b56f9440a1608cac2282.tar.gz git-2aaa84567e37f3c90087b56f9440a1608cac2282.tar.xz |
Add git-replace to .gitignore
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 41c0b20a7..10808e3a7 100644 --- a/.gitignore +++ b/.gitignore @@ -105,6 +105,7 @@ git-reflog git-relink git-remote git-repack +git-replace git-repo-config git-request-pull git-rerere |