]> git.ipfire.org Git - thirdparty/openvpn.git/blob - .gitignore
Remove conditional text for Apache2 linking exception
[thirdparty/openvpn.git] / .gitignore
1 *.[oa]
2 *.l[oa]
3 *.dll
4 *.exe
5 *.exe.*
6 *.obj
7 *.pyc
8 *.so
9 *~
10 *.idb
11 *.suo
12 *.ncb
13 *.log
14 out
15 .vs
16 .deps
17 .libs
18 Makefile
19 Makefile.in
20 aclocal.m4
21 autodefs.h
22 autom4te.cache
23 config.guess
24 config.h
25 config.h.in
26 config.log
27 config.status
28 config.sub
29 configure
30 configure.h
31 depcomp
32 stamp-h1
33 install-sh
34 missing
35 ltmain.sh
36 libtool
37 m4/libtool.m4
38 m4/ltoptions.m4
39 m4/ltsugar.m4
40 m4/ltversion.m4
41 m4/lt~obsolete.m4
42
43 build
44 doc/openvpn-examples.5
45 doc/openvpn-examples.5.html
46 doc/openvpn.8
47 doc/openvpn.8.html
48 /doc/doxygen/html/
49 /doc/doxygen/latex/
50 /doc/doxygen/openvpn.doxyfile
51 distro/systemd/*.service
52 sample/sample-keys/sample-ca/
53 vendor/cmocka_build
54 vendor/dist
55
56 tests/t_client.sh
57 tests/t_client-*-20??????-??????/
58 t_client.rc
59 t_client_ips.rc
60 tests/unit_tests/**/*_testdriver
61
62 src/openvpn/openvpn
63 include/openvpn-plugin.h
64 config-version.h
65 nbproject
66 test-driver
67 compile
68 stamp-h2