From 1f036ba058570d249b848d44b9c515f64690cc4f Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Wed, 5 Feb 2020 14:12:17 -0500 Subject: [PATCH] .gitignore: add some test programs t/io_uring, t/memlock, and t/read-to-pipe-async are now routinely built. Add them to .gitignore to avoid cluttering up the output of 'git status'. Signed-off-by: Vincent Fu --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b228938d..b84b0fda 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,10 @@ /t/fio-verify-state /t/gen-rand /t/ieee754 +t/io_uring /t/lfsr-test +t/memlock +t/read-to-pipe-async /t/stest /unittests/unittest y.tab.* -- 2.25.1