From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- src/liburing/.gitignore | 103 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 src/liburing/.gitignore (limited to 'src/liburing/.gitignore') diff --git a/src/liburing/.gitignore b/src/liburing/.gitignore new file mode 100644 index 000000000..5faee05b7 --- /dev/null +++ b/src/liburing/.gitignore @@ -0,0 +1,103 @@ +*.rej +*.orig +*~ +/*.patch + +*.o +*.o[ls] + +/src/liburing.a +/src/liburing.so* +/src/include/liburing/compat.h + +/examples/io_uring-cp +/examples/io_uring-test +/examples/link-cp +/examples/ucontext-cp + +/test/232c93d07b74-test +/test/35fa71a030ca-test +/test/500f9fbadef8-test +/test/7ad0e4b2f83c-test +/test/8a9973408177-test +/test/917257daa0fe-test +/test/a0908ae19763-test +/test/a4c0b3decb33-test +/test/accept +/test/accept-link +/test/accept-reuse +/test/accept-test +/test/across-fork +/test/b19062a56726-test +/test/b5837bd5311d-test +/test/ce593a6c480a-test +/test/connect +/test/close-opath +/test/cq-full +/test/cq-overflow +/test/cq-peek-batch +/test/cq-ready +/test/cq-size +/test/d4ae271dfaae-test +/test/d77a67ed5f27-test +/test/defer +/test/eeed8b54e0df-test +/test/eventfd +/test/eventfd-disable +/test/eventfd-ring +/test/fadvise +/test/fallocate +/test/fc2a85cb02ef-test +/test/file-register +/test/file-update +/test/fixed-link +/test/fsync +/test/io_uring_enter +/test/io_uring_register +/test/io_uring_setup +/test/io-cancel +/test/lfs-openat +/test/lfs-openat-write +/test/link +/test/link-timeout +/test/link_drain +/test/madvise +/test/nop +/test/open-close +/test/openat2 +/test/personality +/test/poll +/test/poll-cancel +/test/poll-cancel-ton +/test/poll-link +/test/poll-many +/test/poll-v-poll +/test/probe +/test/read-write +/test/ring-leak +/test/send_recv +/test/send_recvmsg +/test/shared-wq +/test/short-read +/test/socket-rw +/test/splice +/test/sq-full +/test/sq-full-cpp +/test/sq-poll-kthread +/test/sq-space_left +/test/statx +/test/stdout +/test/submit-reuse +/test/teardowns +/test/timeout +/test/timeout-overflow +/test/iopoll +/test/cq-overflow-peek +/test/config.local +/test/*.dmesg + +config-host.h +config-host.mak +config.log + +liburing.pc -- cgit v1.2.3