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:38:04 -0700 |
commit | 25a67553ea8b5c8c750adf21f39a901009750553 (patch) | |
tree | 8cff022407a816da780b0b5f99f1cb4a53c00324 | |
parent | a61399b5fb7f4b04d60f42b253cb0f684bcdd286 (diff) | |
download | git-25a67553ea8b5c8c750adf21f39a901009750553.tar.gz git-25a67553ea8b5c8c750adf21f39a901009750553.tar.xz |
Really ignore generated distribution material.
Signed-off-by: Junio C Hamano <junkio@cox.net>
(cherry picked from e558e33b7bdb4a7c633bedd1606f7dd7ef912933 commit)
-rw-r--r-- | .gitignore | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 92deccb29..938669fc0 100644 --- a/.gitignore +++ b/.gitignore @@ -96,7 +96,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 |