Message ID | 20190524075543.30338-3-stefanha@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add examples/ and test/ binaries to .gitignore | expand |
diff --git a/.gitignore b/.gitignore index 22c0cbd..55309e1 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,23 @@ /examples/io_uring-test /examples/link-cp +/test/poll +/test/poll-cancel +/test/ring-leak +/test/fsync +/test/io_uring_setup +/test/io_uring_register +/test/io_uring_enter +/test/nop +/test/sq-full +/test/cq-full +/test/35fa71a030ca-test +/test/917257daa0fe-test +/test/b19062a56726-test +/test/eeed8b54e0df-test +/test/link +/test/send_recvmsg + config-host.h config-host.mak config.log
The same idea as for liburing.a and friends. Ignore the executables built in test/. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+)