forked from axboe/liburing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (40 loc) · 741 Bytes
/
.gitignore
File metadata and controls
48 lines (40 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
*.rej
*.orig
*~
/*.patch
*.d
*.o
*.o[ls]
/src/liburing.a
/src/liburing.so*
/src/liburing-ffi.a
/src/liburing-ffi.so*
/src/include/liburing/compat.h
/src/include/liburing/io_uring_version.h
/examples/io_uring-close-test
/examples/io_uring-cp
/examples/io_uring-test
/examples/io_uring-udp
/examples/link-cp
/examples/napi-busy-poll-client
/examples/napi-busy-poll-server
/examples/ucontext-cp
/examples/poll-bench
/examples/proxy
/examples/send-zerocopy
/examples/rsrc-update-bench
/examples/kdigest
/examples/reg-wait
/examples/zcrx
/test/*.t
/test/*.dmesg
/test/output/
# Clang's compilation database file and directory.
/.cache
/compile_commands.json
config-host.h
config-host.mak
config.log
liburing.pc
liburing-ffi.pc
cscope.out