Add new C 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-root/vapi_test/
21 /build-config.mk
22 /dpdk/*.tar.gz
23 /dpdk/*.tar.xz
24 /dpdk/vpp-dpdk*.deb
25 /dpdk/vpp-dpdk*.changes
26 /path_setup
27 /tools/
28 # start autotools ignore
29 autom4te.cache/
30 config/
31 Makefile
32 Makefile.in
33 aclocal.m4
34 app.info
35 compile
36 config.h
37 config.h.in
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 .bootstrap.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 .vscode/
67
68 # cscope and ctags
69 /cscope.*
70 /tags
71 ID
72 TAGS
73 # ggtags
74 GPATH
75 GRTAGS
76 GTAGS
77 # Generated documentation
78 /build-root/docs
79 /build-root/.doxygen-bootstrap.ok
80 /build-root/.doxygen-siphon.dep
81
82 # indent backup files
83 *.BAK
84
85 # Python bytecode
86 *.pyc
87
88 # Python api generator
89 /src/vpp-api/python/build
90 /src/vpp-api/python/dist
91 /src/vpp-api/python/vpp_papi.egg-info
92 /src/vpp-api/python/vpp_papi/memclnt.py
93 /src/vpp-api/python/vpp_papi/vpe.py
94
95 # Build files in the test directory
96 /test/*.ok
97
98 # vppctl command list
99 /src/scripts/vppctl-cmd-list