diff options
| author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2011-02-12 23:21:17 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2011-02-13 15:15:08 -0800 |
| commit | cbef0db6ccf6e2e57ffe74ba73dc91a0fbbf5760 (patch) | |
| tree | 4802fa18e57ecd55cec446f1a6cce5affe00545f | |
| parent | 6390c905dc6c6b0ca898689ee04a9cd6ac2f0b68 (diff) | |
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>
| -rw-r--r-- | .gitignore | 1 |
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 |
