BVI Interface
[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.in
35 aclocal.m4
36 app.info
37 compile
38 config.log
39 config.guess
40 config.sub
41 config.status
42 configure
43 configure.scan
44 coverage_report
45 depcomp
46 install-sh
47 libtool
48 m4
49 missing
50 stamp-h1
51 ltmain.sh
52 ylwrap
53 test-driver
54
55 *.iml
56 .deps.ok
57 .settings
58 .autotools
59 # stop autotools ignore
60
61 # OSX and some IDE
62 .DS_Store
63 .idea/
64 .project
65 .cproject
66 .pydevproject
67 .vscode/
68 cmake-build*/
69
70 # cscope and ctags
71 /cscope.*
72 /tags
73 ID
74 TAGS
75 # ggtags
76 GPATH
77 GRTAGS
78 GTAGS
79 # Generated documentation
80 /build-root/docs
81 /build-root/.doxygen-bootstrap.ok
82 /build-root/.doxygen-siphon.dep
83 /docs/_build
84 /sphinx_venv
85 !/docs/Makefile
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
98 # Build files in the test directory
99 /test/*.ok
100
101 # vppctl command list
102 /src/scripts/vppctl-cmd-list
103
104 # No core files
105 **/core