NAT44: add support for session timeout (VPP-1272)
[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.log
40 config.guess
41 config.sub
42 config.status
43 configure
44 configure.scan
45 coverage_report
46 depcomp
47 install-sh
48 libtool
49 m4
50 missing
51 stamp-h1
52 ltmain.sh
53 ylwrap
54 test-driver
55
56 *.iml
57 .deps.ok
58 .settings
59 .autotools
60 # stop autotools ignore
61
62 # OSX and some IDE
63 .DS_Store
64 .idea/
65 .project
66 .cproject
67 .pydevproject
68 .vscode/
69 cmake-build*/
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 /docs/_build
85 /env
86 !/docs/Makefile
87
88 # indent backup files
89 *.BAK
90
91 # Python bytecode
92 *.pyc
93
94 # Python api generator
95 /src/vpp-api/python/build
96 /src/vpp-api/python/dist
97 /src/vpp-api/python/vpp_papi.egg-info
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