forked from luigirizzo/netmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (59 loc) · 870 Bytes
/
.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
*.o
*.d
.*.cmd
*.ko
*.mod.c
*.orig
.*.swp
tags
modules.order
Module.symvers
.tmp_versions
LINUX/cache/
LINUX/cnic_if.h
LINUX/e1000/
LINUX/e1000e/
LINUX/forcedeth.c
LINUX/xen-netfront.c
LINUX/r8169.c
LINUX/get-drivers
LINUX/igb/
LINUX/ixgbe/
LINUX/log/
LINUX/scripts/conf
LINUX/virtio_net.c
LINUX/config.log
LINUX/Kbuild
LINUX/netmap.mak
LINUX/config.status
LINUX/drivers.mak
LINUX/patches
LINUX/get-*
LINUX/netmap-tmpdir
LINUX/netmap_linux_config.h
LINUX/netmap-tmp.c
LINUX/i40e
LINUX/failed-patches
examples/bridge
examples/bridge-b
examples/pkt-gen
examples/pkt-gen-b
examples/test_select
examples/testcsum
examples/testlock
examples/testmmap
examples/vale-ctl
examples/cygwin1.dll
examples/pkt-gen.exe
examples/pkt-gen.exe.stackdump
examples/pkt-gen-b.exe
examples/pkt-gen-b.exe.stackdump
build*/
LINUX/tmp-patches
LINUX/veth.c
*.gcno
*.core
*.suo
*.sdf
*.opensdf
*~