VPP-108 : API calls to read classify table and sessions
[vpp.git] / .gitignore
1 *~
2
3 /build-root/.ccache
4 /build-root/build-*/
5 /build-root/install-*/
6 /build-root/tools
7 /build-root/dpdk-includes/
8 /build-root/packages-vpp/
9 /build-root/path_setup
10 /build-root/build-config.mk
11 /build-root/*.deb
12 /build-root/*.rpm
13 /build-root/*.changes
14 /build-config.mk
15 /vpp-api/python/vpp_papi/vpp_papi.py
16 /dpdk/*.tar.gz
17 /dpdk/*.tar.xz
18 /path_setup
19 /tools/
20 # start autotools ignore
21 autom4te.cache/
22 config/
23 Makefile
24 Makefile.in
25 aclocal.m4
26 app.info
27 compile
28 config.h
29 config.h.in
30 config.log
31 config.guess
32 config.sub
33 config.status
34 configure
35 configure.scan
36 coverage_report
37 depcomp
38 install-sh
39 libtool
40 m4
41 missing
42 stamp-h1
43 ltmain.sh
44 ylwrap
45 test-driver
46
47 .cproject
48 *.iml
49 .bootstrap.ok
50 .settings
51 # stop autotools ignore
52
53 # OSX and some IDE 
54 .DS_Store
55 .idea/
56 .project
57
58 # cscope and ctags
59 /cscope.*
60 /tags
61 # ggtags
62 GPATH
63 GRTAGS
64 GTAGS
65
66 # Generated documentation
67 /build-root/docs