Skip to content

Commit cbef0db

Browse files
avargitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6390c90 commit cbef0db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
/test-index-version
171171
/test-line-buffer
172172
/test-match-trees
173+
/test-mktemp
173174
/test-obj-pool
174175
/test-parse-options
175176
/test-path-utils

0 commit comments

Comments
 (0)