File: .gitignore

package info (click to toggle)
liburing 2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,212 kB
  • sloc: ansic: 58,515; sh: 816; makefile: 598; cpp: 32
file content (48 lines) | stat: -rw-r--r-- 741 bytes parent folder | download
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