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>
This commit is contained in:

committed by
Junio C Hamano

parent
6390c905dc
commit
cbef0db6cc
1
.gitignore
vendored
1
.gitignore
vendored
@ -170,6 +170,7 @@
|
|||||||
/test-index-version
|
/test-index-version
|
||||||
/test-line-buffer
|
/test-line-buffer
|
||||||
/test-match-trees
|
/test-match-trees
|
||||||
|
/test-mktemp
|
||||||
/test-obj-pool
|
/test-obj-pool
|
||||||
/test-parse-options
|
/test-parse-options
|
||||||
/test-path-utils
|
/test-path-utils
|
||||||
|
Reference in New Issue
Block a user