From aad2d3db59509c3d8c3b39be6aaffd446480519d Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Tue, 4 May 2021 13:27:49 -0700 Subject: [PATCH] Add stage_tmpfile to .gitignore We missed adding this newly added binary to .gitignore. Signed-off-by: Zach Brown --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index b6f5b65c..d8268d17 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -4,3 +4,4 @@ src/dumb_setxattr src/handle_cat src/bulk_create_paths src/find_xattrs +src/stage_tmpfile