Allow individual stats API and introduce stats.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/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-config.mk
21 /dpdk/*.tar.gz
22 /dpdk/*.tar.xz
23 /dpdk/vpp-dpdk*.deb
24 /dpdk/vpp-dpdk*.changes
25 /path_setup
26 /tools/
27 # start autotools ignore
28 autom4te.cache/
29 config/
30 Makefile
31 Makefile.in
32 aclocal.m4
33 app.info
34 compile
35 config.h
36 config.h.in
37 config.log
38 config.guess
39 config.sub
40 config.status
41 configure
42 configure.scan
43 coverage_report
44 depcomp
45 install-sh
46 libtool
47 m4
48 missing
49 stamp-h1
50 ltmain.sh
51 ylwrap
52 test-driver
53
54 .cproject
55 *.iml
56 .bootstrap.ok
57 .settings
58 .autotools
59 # stop autotools ignore
60
61 # OSX and some IDE
62 .DS_Store
63 .idea/
64 .project
65
66 # cscope and ctags
67 /cscope.*
68 /tags
69 ID
70 TAGS
71 # ggtags
72 GPATH
73 GRTAGS
74 GTAGS
75 # Generated documentation
76 /build-root/docs
77 /build-root/.doxygen-bootstrap.ok
78 /build-root/.doxygen-siphon.dep
79
80 # indent backup files
81 *.BAK
82
83 # Python bytecode
84 *.pyc
85
86 # Python api generator
87 /src/vpp-api/python/build
88 /src/vpp-api/python/dist
89 /src/vpp-api/python/vpp_papi.egg-info
90 /src/vpp-api/python/vpp_papi/memclnt.py
91 /src/vpp-api/python/vpp_papi/vpe.py
92
93 # Build files in the test directory
94 /test/*.ok
95
96 # vppctl command list
97 /src/scripts/vppctl-cmd-list