NAT: Buufer overflow for memcpy()
[vpp.git] / .gitignore
1 *~
2 *.sw[op]
3
4 /build-root/.ccache
5 /build-root/build-*/
6 /build-root/install-*/
7 /build-root/tools
8 /build-root/dpdk-includes/
9 /build-root/packages-vpp/
10 /build-root/path_setup
11 /build-root/build-config.mk
12 /build-root/deb/debian/vpp-plugins/
13 /build-root/deb/.pybuild/
14 /build-root/*.deb
15 /build-root/*.rpm
16 /build-root/*.changes
17 /build-root/test-doc/
18 /build-root/test-cov/
19 /build-root/python/
20 /build-root/vapi_test/
21 /build-root/vom_test/
22 /build-config.mk
23 /dpdk/*.tar.gz
24 /dpdk/*.tar.xz
25 /dpdk/vpp-dpdk*.deb
26 /dpdk/vpp-dpdk*.changes
27 /path_setup
28 /tools/
29 # start autotools ignore
30 autom4te.cache/
31 config/
32 Makefile
33 Makefile.in
34 aclocal.m4
35 app.info
36 compile
37 config.h
38 config.h.in
39 config.log
40 config.guess
41 config.sub
42 config.status
43 configure
44 configure.scan
45 coverage_report
46 depcomp
47 install-sh
48 libtool
49 m4
50 missing
51 stamp-h1
52 ltmain.sh
53 ylwrap
54 test-driver
55
56 *.iml
57 .bootstrap.ok
58 .settings
59 .autotools
60 # stop autotools ignore
61
62 # OSX and some IDE
63 .DS_Store
64 .idea/
65 .project
66 .cproject
67 .vscode/
68
69 # cscope and ctags
70 /cscope.*
71 /tags
72 ID
73 TAGS
74 # ggtags
75 GPATH
76 GRTAGS
77 GTAGS
78 # Generated documentation
79 /build-root/docs
80 /build-root/.doxygen-bootstrap.ok
81 /build-root/.doxygen-siphon.dep
82
83 # indent backup files
84 *.BAK
85
86 # Python bytecode
87 *.pyc
88
89 # Python api generator
90 /src/vpp-api/python/build
91 /src/vpp-api/python/dist
92 /src/vpp-api/python/vpp_papi.egg-info
93 /src/vpp-api/python/vpp_papi/memclnt.py
94 /src/vpp-api/python/vpp_papi/vpe.py
95
96 # Build files in the test directory
97 /test/*.ok
98
99 # vppctl command list
100 /src/scripts/vppctl-cmd-list