diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-24 11:19:07 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-24 11:19:07 -0700 |
commit | e558e33b7bdb4a7c633bedd1606f7dd7ef912933 (patch) | |
tree | 87e94cb1164a31841a99463d02783c52a6630d26 /.gitignore | |
parent | 1bedd4ca2130c3b8c6d9a68cbbaa29e053269a66 (diff) | |
download | git-e558e33b7bdb4a7c633bedd1606f7dd7ef912933.tar.gz |
Really ignore generated distribution material.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index cc70c6c3da..145690f622 100644 --- a/.gitignore +++ b/.gitignore @@ -93,7 +93,8 @@ git-verify-pack git-verify-tag git-whatchanged git-write-tree -#*.tar.gz -#*.dsc -#*.deb -#git-core.spec +git-core-*/?* +*.tar.gz +*.dsc +*.deb +git-core.spec |