diff options
author | Nicolas Pitre <nico@cam.org> | 2006-12-26 12:14:18 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-26 12:14:39 -0800 |
commit | 7948d7744dfc19d25b6cde1091460fa68733c3d7 (patch) | |
tree | e1b25ce3c97fb580849570420c14f9a09e01fc1c /.gitignore | |
parent | 6934dec89538e054823aadcce08af040bc8dcf79 (diff) | |
download | git-7948d7744dfc19d25b6cde1091460fa68733c3d7.tar.gz |
move git-blame to its place in .gitignore
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 91e69665f4..98e513de53 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ git-applypatch git-archimport git-archive git-bisect +git-blame git-branch git-cat-file git-check-ref-format @@ -153,4 +154,3 @@ config.status config.mak.autogen config.mak.append configure -git-blame |