-
Notifications
You must be signed in to change notification settings - Fork 951
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (41 loc) · 770 Bytes
/
.gitignore
File metadata and controls
41 lines (41 loc) · 770 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
*~
*.a
*.core
*.lo
*.la
*.o
*.so
*.swap
*.pcap
dpdk/x86_64-native-linuxapp-gcc/
dpdk/build/
example/helloworld
example/helloworld_epoll
lib/bus_if.h
lib/cryptodev_if.c
lib/cryptodev_if.h
lib/device_if.h
lib/filtered_predefined_macros.h
lib/linker_if.c
lib/linker_if.h
lib/machine_include/
lib/vnode_if.h
lib/vnode_if_newproto.h
lib/vnode_if_typedef.h
app/nginx-1.11.10/objs/
app/nginx-1.11.10/Makefile
app/nginx-1.16.0/objs/
app/nginx-1.16.0/Makefile
dpdk/.ci/
dpdk/.travis.yml
.vscode/
.code.yml
.orange-ci.yml
SMEDockerfile
.gitnexus
.gitnexusignore
adapter/syscall/helloworld_stack
adapter/syscall/helloworld_stack_epoll
adapter/syscall/helloworld_stack_epoll_kernel
adapter/syscall/helloworld_stack_epoll_thread_socket
adapter/syscall/helloworld_stack_thread_socket