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