Vhost: Add thread sync while receiving vhost message
[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 /vpp-api/python/vpp_papi/vpp_papi.py
18 /dpdk/*.tar.gz
19 /dpdk/*.tar.xz
20 /path_setup
21 /tools/
22 # start autotools ignore
23 autom4te.cache/
24 config/
25 Makefile
26 Makefile.in
27 aclocal.m4
28 app.info
29 compile
30 config.h
31 config.h.in
32 config.log
33 config.guess
34 config.sub
35 config.status
36 configure
37 configure.scan
38 coverage_report
39 depcomp
40 install-sh
41 libtool
42 m4
43 missing
44 stamp-h1
45 ltmain.sh
46 ylwrap
47 test-driver
48
49 .cproject
50 *.iml
51 .bootstrap.ok
52 .settings
53 # stop autotools ignore
54
55 # OSX and some IDE 
56 .DS_Store
57 .idea/
58 .project
59
60 # cscope and ctags
61 /cscope.*
62 /tags
63 # ggtags
64 GPATH
65 GRTAGS
66 GTAGS
67
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