diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-16 20:40:12 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-17 11:57:49 -0700 |
commit | a09af243fbffeb5ddc5dbc94a4bdf9201c346030 (patch) | |
tree | 926979f8f63f2df567326c010539e10aa4385d8e /.gitignore | |
parent | 4447badcd22a889d656192803eff1003602839c5 (diff) | |
download | git-a09af243fbffeb5ddc5dbc94a4bdf9201c346030.tar.gz |
Add git-send-email to .gitignore
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1d4a411593..0fd59b9ff2 100644 --- a/.gitignore +++ b/.gitignore @@ -72,6 +72,7 @@ git-rev-list git-rev-parse git-rev-tree git-revert +git-send-email git-send-pack git-sh-setup git-shortlog |