10aab98cfb2128319b42b9e7e765944059bd1f67
[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 # stop autotools ignore
59
60 # OSX and some IDE
61 .DS_Store
62 .idea/
63 .project
64
65 # cscope and ctags
66 /cscope.*
67 /tags
68 ID
69 TAGS
70 # ggtags
71 GPATH
72 GRTAGS
73 GTAGS
74 # Generated documentation
75 /build-root/docs
76 /build-root/.doxygen-bootstrap.ok
77 /build-root/.doxygen-siphon.dep
78
79 # indent backup files
80 *.BAK
81
82 # Python bytecode
83 *.pyc
84
85 # Python api generator
86 /src/vpp-api/python/build
87 /src/vpp-api/python/dist
88 /src/vpp-api/python/vpp_papi.egg-info
89 /src/vpp-api/python/vpp_papi/memclnt.py
90 /src/vpp-api/python/vpp_papi/vpe.py
91
92 # Build files in the test directory
93 /test/*.ok
94
95 # vppctl command list
96 /src/scripts/vppctl-cmd-list