Use IP address types on UDP encap API
[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/deb/debian/vpp-plugins/
12 /build-root/deb/.pybuild/
13 /build-root/*.deb
14 /build-root/*.rpm
15 /build-root/*.tar.xz
16 /build-root/*.changes
17 /build-root/rpmbuild/
18 /build-root/test-doc/
19 /build-root/test-cov/
20 /build-root/python/
21 /build-root/vapi_test/
22 /build-root/vom_test/
23 /build-config.mk
24 /dpdk/*.tar.gz
25 /dpdk/*.tar.xz
26 /dpdk/vpp-dpdk*.deb
27 /dpdk/vpp-dpdk*.changes
28 /path_setup
29 /tools/
30 # start autotools ignore
31 autom4te.cache/
32 config/
33 Makefile
34 Makefile.in
35 aclocal.m4
36 app.info
37 compile
38 config.h
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 .deps.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 .pydevproject
68 .vscode/
69 CMakeLists.txt
70 cmake-build*/
71
72 # cscope and ctags
73 /cscope.*
74 /tags
75 ID
76 TAGS
77 # ggtags
78 GPATH
79 GRTAGS
80 GTAGS
81 # Generated documentation
82 /build-root/docs
83 /build-root/.doxygen-bootstrap.ok
84 /build-root/.doxygen-siphon.dep
85 /docs/_build
86 /env
87 !/docs/Makefile
88
89 # indent backup files
90 *.BAK
91
92 # Python bytecode
93 *.pyc
94
95 # Python api generator
96 /src/vpp-api/python/build
97 /src/vpp-api/python/dist
98 /src/vpp-api/python/vpp_papi.egg-info
99
100 # Build files in the test directory
101 /test/*.ok
102
103 # vppctl command list
104 /src/scripts/vppctl-cmd-list
105
106 # No core files
107 **/core