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