]> git.proxmox.com Git - ovs.git/blob - .gitignore
Documentation: Add extra repo info for RHEL 8
[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 /manpage-check
59 /missing
60 /missing-distfiles
61 /package.m4
62 /stamp-h1
63 /_build-gcc
64 /_build-clang
65 Module.symvers
66 TAGS
67 cscope.*
68 tags
69 _debian
70 odp-netlink.h
71 odp-netlink-macros.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