Allow interface types to override glean adjacency behaivour
[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/*.tar.xz
17 /build-root/*.changes
18 /build-root/rpmbuild/
19 /build-root/test-doc/
20 /build-root/test-cov/
21 /build-root/python/
22 /build-root/vapi_test/
23 /build-root/vom_test/
24 /build-config.mk
25 /dpdk/*.tar.gz
26 /dpdk/*.tar.xz
27 /dpdk/vpp-dpdk*.deb
28 /dpdk/vpp-dpdk*.changes
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.h.in
41 config.log
42 config.guess
43 config.sub
44 config.status
45 configure
46 configure.scan
47 coverage_report
48 depcomp
49 install-sh
50 libtool
51 m4
52 missing
53 stamp-h1
54 ltmain.sh
55 ylwrap
56 test-driver
57
58 *.iml
59 .bootstrap.ok
60 .settings
61 .autotools
62 # stop autotools ignore
63
64 # OSX and some IDE
65 .DS_Store
66 .idea/
67 .project
68 .cproject
69 .vscode/
70 CMakeLists.txt
71 cmake-build*/
72
73 # cscope and ctags
74 /cscope.*
75 /tags
76 ID
77 TAGS
78 # ggtags
79 GPATH
80 GRTAGS
81 GTAGS
82 # Generated documentation
83 /build-root/docs
84 /build-root/.doxygen-bootstrap.ok
85 /build-root/.doxygen-siphon.dep
86
87 # indent backup files
88 *.BAK
89
90 # Python bytecode
91 *.pyc
92
93 # Python api generator
94 /src/vpp-api/python/build
95 /src/vpp-api/python/dist
96 /src/vpp-api/python/vpp_papi.egg-info
97 /src/vpp-api/python/vpp_papi/memclnt.py
98 /src/vpp-api/python/vpp_papi/vpe.py
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