]> git.proxmox.com Git - mirror_ovs.git/blob - .gitignore
cirrus: Use FreeBSD 12.2.
[mirror_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 /Makefile
35 /Makefile.in
36 /aclocal.m4
37 /all-distfiles
38 /all-gitfiles
39 /autom4te.cache
40 /build-arch-stamp
41 /build-indep-stamp
42 /compile
43 /config.guess
44 /config.h
45 /config.h.in
46 /config.log
47 /config.status
48 /config.sub
49 /configure
50 /configure-stamp
51 /depcomp
52 /distfiles
53 /dist-docs
54 /flake8-check
55 /docs-check
56 /install-sh
57 /libtool
58 /manpages.mk
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 odp-netlink-macros.h
73 OvsDpInterface.h
74 /.vagrant/
75 testsuite.tmp.orig
76 /rpm/
77 /openvswitch*.tar.gz
78 /tests/lcov/
79 /Documentation/_build
80 /.venv
81 /cxx-check