-
Notifications
You must be signed in to change notification settings - Fork 952
Expand file tree
/
Copy path.gitignore
More file actions
82 lines (77 loc) · 1.73 KB
/
Copy path.gitignore
File metadata and controls
82 lines (77 loc) · 1.73 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
*~
*.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
# AI agent / planning artifacts (local only)
.claude/
AGENTS.md
CLAUDE.md
plan.md
docs/unit_test_spec/zh_cn/plan-*.md
# Nginx build artifacts (F-Stack app/nginx-1.28.0)
app/nginx-1.28.0/Makefile
app/nginx-1.28.0/dist/
app/nginx-1.28.0/objs/
# AI agent local spec backup mirrors (per unit_test_spec plan.md §6)
.spec-backup/
# Unit-test build artifacts (keep source / Makefile / fixtures tracked)
tests/unit/*.o
tests/unit/lib_objs/
tests/unit/test_hello
tests/unit/test_ff_ini_parser
tests/unit/test_ff_log
tests/unit/test_ff_host_interface
tests/unit/test_ff_epoll
tests/unit/test_ff_config
tests/unit/common/*.o
# Stage-3 coverage artifacts (produced by `make coverage`)
tests/unit/*.gcda
tests/unit/*.gcno
tests/unit/common/*.gcda
tests/unit/common/*.gcno
tests/unit/lib_objs/*.gcda
tests/unit/lib_objs/*.gcno
tests/unit/coverage.info
tests/unit/coverage_report/
tests/unit/test_ff_thread
tests/unit/test_ff_init
tests/unit/test_ff_dpdk_pcap
tests/unit/test_ff_dpdk_if
tests/unit/test_ff_dpdk_kni