Add UDP encap flag
[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 /test/run/
21 /test/build/
22 /test/coverage/
23 /build-config.mk
24 /build/external/*.tar.gz
25 /build/external/*.tar.xz
26 /build/external/vpp-*.deb
27 /build/external/vpp-*.changes
28 /build/external/downloads/
29 /path_setup
30 /tools/
31 # start autotools ignore
32 autom4te.cache/
33 config/
34 Makefile
35 Makefile.in
36 aclocal.m4
37 app.info
38 compile
39 config.h
40 config.log
41 config.guess
42 config.sub
43 config.status
44 configure
45 configure.scan
46 coverage_report
47 depcomp
48 install-sh
49 libtool
50 m4
51 missing
52 stamp-h1
53 ltmain.sh
54 ylwrap
55 test-driver
56
57 *.iml
58 .deps.ok
59 .settings
60 .autotools
61 # stop autotools ignore
62
63 # OSX and some IDE
64 .DS_Store
65 .idea/
66 .project
67 .cproject
68 .pydevproject
69 .vscode/
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 /sphinx_venv
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