diff options
author | Mark Wooding <mdw@distorted.org.uk> | 2006-03-05 12:25:43 +0000 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-05 11:26:18 -0800 |
commit | 0aee3d6d4e2ba3278ad0f789fc7c0a9742fc5a07 (patch) | |
tree | 343b65380bfdcf8f31355ea18fd08f13f8431be2 /.gitignore | |
parent | 9201c707426b3dc0c894775416f576c25c008d46 (diff) | |
download | git-0aee3d6d4e2ba3278ad0f789fc7c0a9742fc5a07.tar.gz git-0aee3d6d4e2ba3278ad0f789fc7c0a9742fc5a07.tar.xz |
gitignore: Ignore some more boring things.
Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
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 5be239a4a..abbc509e1 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,4 @@ libgit.a *.o *.py[co] config.mak +git-blame |