]> git.proxmox.com Git - ovs.git/blob - .gitignore
netdev-dpdk: Remove use of rte_mempool_ops_get_count.
[ovs.git] / .gitignore
1 #*#
2 *.a
3 *.d
4 *.gcno
5 *.gcda
6 *.ko
7 *.la
8 *.lo
9 *.loT
10 *.mod.c
11 *.o
12 *.obj
13 *.exe
14 *.exp
15 *.ilk
16 *.lib
17 *.pdb
18 *.pyc
19 *.retry
20 *.so
21 *.suo
22 **/*.sym
23 *~
24 *,cover
25 .#*
26 .*.cmd
27 .*.swp
28 .coverage
29 .deps
30 .dirstamp
31 .libs
32 .tmp_versions
33 .vagrant
34 .gitattributes
35 /Makefile
36 /Makefile.in
37 /aclocal.m4
38 /all-distfiles
39 /all-gitfiles
40 /autom4te.cache
41 /build-arch-stamp
42 /build-indep-stamp
43 /compile
44 /config.guess
45 /config.h
46 /config.h.in
47 /config.log
48 /config.status
49 /config.sub
50 /configure
51 /configure-stamp
52 /depcomp
53 /distfiles
54 /dist-docs
55 /flake8-check
56 /docs-check
57 /install-sh
58 /libtool
59 /manpage-check
60 /missing
61 /missing-distfiles
62 /package.m4
63 /stamp-h1
64 /_build-gcc
65 /_build-clang
66 Module.symvers
67 TAGS
68 cscope.*
69 tags
70 _debian
71 odp-netlink.h
72 OvsDpInterface.h
73 /.vagrant/
74 testsuite.tmp.orig
75 /rpm/
76 /openvswitch*.tar.gz
77 /tests/lcov/
78 /Documentation/_build
79 /.venv
80 /cxx-check