aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2011-02-12 23:21:17 +0000
committerJunio C Hamano <gitster@pobox.com>2011-02-13 15:15:08 -0800
commitcbef0db6ccf6e2e57ffe74ba73dc91a0fbbf5760 (patch)
tree4802fa18e57ecd55cec446f1a6cce5affe00545f /.gitignore
parent6390c905dc6c6b0ca898689ee04a9cd6ac2f0b68 (diff)
downloadgit-cbef0db6ccf6e2e57ffe74ba73dc91a0fbbf5760.tar.gz
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 <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3dd6ef7d25..c460c66766 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