diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-01-31 17:43:56 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-31 17:43:56 -0800 |
commit | fa5bc8abb35e34f673c41cb5c66d0a2f21536861 (patch) | |
tree | e76e7f9d8d64db34f148f7ddfa6bca928c194d65 /.gitignore | |
parent | 2edefe38a813deb4dfbd62dcf47520aeb1af15fc (diff) | |
parent | 0ea8039644968e53d79a8dfbf739c87af4261d46 (diff) | |
download | git-fa5bc8abb35e34f673c41cb5c66d0a2f21536861.tar.gz |
Merge branch 'jk/signal-cleanup'
* jk/signal-cleanup:
t0005: use SIGTERM for sigchain test
pager: do wait_for_pager on signal death
refactor signal handling for cleanup functions
chain kill signals for cleanup functions
diff: refactor tempfile cleanup handling
Windows: Fix signal numbers
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e8f91ce8cd..1c57d4c958 100644 --- a/.gitignore +++ b/.gitignore @@ -153,6 +153,7 @@ test-match-trees test-parse-options test-path-utils test-sha1 +test-sigchain common-cmds.h *.tar.gz *.dsc |