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