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