-
Notifications
You must be signed in to change notification settings - Fork 349
/
.gitignore
176 lines (156 loc) · 3.94 KB
/
.gitignore
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
##### Packages
*.tgz
##### Compiled source
#*.a FIXX not all .a should be ignored
*.o
#*.so FIXX not all .so should be ignored
*.lo
*.la
*.pyc
*.cmd
*.ko
*.o.ur-safe
#### OS and tools generated files
*~
.#*
cscope.out
TAGS
*.doxyfile
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
*.swp
*.log
*.deb
/*.changes
.project
.cproject
.pydevproject
.subversion
*.3pcap
# configure and others
acinclude.m4
autogen.log
autom4te.cache
compile
config.log
config.status
.deps/
.libs/
libtool
stamp-h1
#Makefile FIXX not all makefiles should be ignored
*.dat
.tmp_versions
*.manmisc
*.manfile
drivers/intel/zc-dkms-mkdeb/debian/control
drivers/intel/zc-dkms.mkrpm.spec
drivers/intel/e1000e/e1000e-*-zc/src/ixgbe.mod.c
drivers/intel/e1000e/e1000e-*-zc/src/modules.order
drivers/intel/e1000e/e1000e-*-zc/src/e1000e.mod.c
drivers/intel/igb/igb-*-zc/src/ixgbe.mod.c
drivers/intel/igb/igb-*-zc/src/modules.order
drivers/intel/igb/igb-*-zc/src/igb.mod.c
drivers/intel/ixgbe/ixgbe-*-zc/src/ixgbe.mod.c
drivers/intel/ixgbe/ixgbe-*-zc/src/modules.order
drivers/intel/ixgbe/ixgbe-*-zc/src/ixgbe.mod.c
drivers/intel/i40e/i40e-*-zc/src/ixgbe.mod.c
drivers/intel/i40e/i40e-*-zc/src/modules.order
drivers/intel/i40e/i40e-*-zc/src/i40e.mod.c
drivers/intel/i40e/i40e-*-zc/src/i40e/i40e.mod.c
drivers/intel/i40e/i40e-*-zc/src/i40e/modules.order
drivers/intel/fm10k/fm10k-*-zc/src/ixgbe.mod.c
drivers/intel/fm10k/fm10k-*-zc/src/modules.order
drivers/intel/fm10k/fm10k-*-zc/src/fm10k.mod.c
kernel/modules.order
kernel/pf_ring.mod.c
userland/lib/config.h
userland/lib/pfring_config
userland/libpcap-*-ring/bpf_filter.c
userland/libpcap-*-ring/config.h
userland/libpcap-*-ring/grammar.c
userland/libpcap-*-ring/libpcap.so.*
userland/libpcap-*-ring/net
userland/libpcap-*-ring/pcap-config
userland/libpcap-*-ring/scanner.c
userland/libpcap-*-ring/scanner.h
userland/libpcap-*-ring/tokdefs.h
userland/libpcap-*-ring/version.c
userland/libpcap-*-ring/version.h
userland/libpcap-*/Makefile
userland/libpcap-*/bpf_filter.c
userland/libpcap-*/config.h
userland/libpcap-*/grammar.c
userland/libpcap-*/libpcap.a
userland/libpcap-*/libpcap.so.*
userland/libpcap-*/net
userland/libpcap-*/pcap-config
userland/libpcap-*/scanner.c
userland/libpcap-*/scanner.h
userland/libpcap-*/tokdefs.h
userland/libpcap-*/version.c
userland/libpcap-*/version.h
userland/tcpdump-*/config.h
userland/tcpdump-*/tcpdump
userland/tcpdump-*/tcpdump.1
userland/tcpdump-*/version.c
# executables
userland/c++/pf_test
userland/examples/alldevs
userland/examples/pcap2nspcap
userland/examples/pcount
userland/examples/pfbounce
userland/examples/pfbridge
userland/examples/pfcount
userland/examples/pfcount_82599
userland/examples/pfcount_aggregator
userland/examples/pfcount_bundle
userland/examples/pfcount_multichannel
userland/examples/pfdump
userland/examples/pffilter_test
userland/examples/pflatency
userland/examples/pfmap
userland/examples/pfsend
userland/examples/pfsystest
userland/examples/pfwrite
userland/examples/preflect
userland/examples_zc/zbalance
userland/examples_zc/zbalance_DC_ipc
userland/examples_zc/zbalance_ipc
userland/examples_zc/zbounce
userland/examples_zc/zbounce_ipc
userland/examples_zc/zcount
userland/examples_zc/zcount_ipc
userland/examples_zc/zfanout_ipc
userland/examples_zc/zfifo
userland/examples_zc/zpipeline
userland/examples_zc/zpipeline_ipc
userland/examples_zc/zreplicator
userland/examples_zc/zsend
userland/lib/libpfring.a
userland/lib/libpfring.so
####### exceptions to the rules
!/Makefile
!/.pc/
userland/c++/Makefile
userland/examples/Makefile
userland/examples_zc/Makefile
userland/examples_zc/zsanitycheck
userland/lib/Makefile
userland/lib/nbpf.h
userland/lib/npcap.h
userland/lib/pfring_mod_dag.h
userland/lib/pfring_mod_myricom.h
userland/lib/pfring_mod_nt.h
userland/lib/pfring_mod_timeline.h
userland/nbpf/Makefile
userland/nbpf/grammar.tab.c
userland/nbpf/grammar.tab.h
userland/nbpf/lex.yy.c
userland/nbpf/libnbpf.a
userland/nbpf/nbpftest
userland/lib/libs/lib*_dbg.a
userland/lib/libs/lib*_dbg.so
# Use "git clean -ndX" to test