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