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