From: Ævar Arnfjörð Bjarmason Date: Sat, 12 Feb 2011 23:21:17 +0000 (+0000) Subject: gitignore: add test-mktemp to ignore list X-Git-Tag: v1.7.5-rc0~134 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cbef0db6ccf6e2e57ffe74ba73dc91a0fbbf5760;p=git.git gitignore: add test-mktemp to ignore list Change the .gitignore to ignore test-mktemp which is built from test-mktemp.c. Arnout Engelen added this in 6cf6bb3 (Improve error messages when temporary file creation fails, 2010-12-18) but forgot to add a corresponding entry to .gitignore. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/.gitignore b/.gitignore index 3dd6ef7d2..c460c6676 100644 --- a/.gitignore +++ b/.gitignore @@ -170,6 +170,7 @@ /test-index-version /test-line-buffer /test-match-trees +/test-mktemp /test-obj-pool /test-parse-options /test-path-utils