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