]> git.ipfire.org Git - thirdparty/openvpn.git/blob - .gitignore
FreeBSD DCO: support AES-192-GCM
[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 *.vcproj.*
14 *.vcxproj.user
15 *.sln.cache
16 *.log
17 Release
18 Debug
19 Win32-Output
20 .vs
21 .deps
22 .libs
23 Makefile
24 Makefile.in
25 aclocal.m4
26 autodefs.h
27 autom4te.cache
28 config.guess
29 config.h
30 config.h.in
31 config.log
32 config.status
33 config.sub
34 configure
35 configure.h
36 depcomp
37 stamp-h1
38 install-sh
39 missing
40 ltmain.sh
41 libtool
42 m4/libtool.m4
43 m4/ltoptions.m4
44 m4/ltsugar.m4
45 m4/ltversion.m4
46 m4/lt~obsolete.m4
47 vcpkg_installed
48
49 version.sh
50 msvc-env-local.bat
51 config-msvc-local.h
52 config-msvc-version.h
53 doc/openvpn-examples.5
54 doc/openvpn-examples.5.html
55 doc/openvpn.8
56 doc/openvpn.8.html
57 /doc/doxygen/html/
58 /doc/doxygen/latex/
59 /doc/doxygen/openvpn.doxyfile
60 distro/systemd/*.service
61 sample/sample-keys/sample-ca/
62 vendor/cmocka_build
63 vendor/dist
64 build/msvc/msvc-generate/version.m4
65
66 tests/t_client.sh
67 tests/t_client-*-20??????-??????/
68 t_client.rc
69 t_client_ips.rc
70 tests/unit_tests/**/*_testdriver
71
72 src/openvpn/openvpn
73 include/openvpn-plugin.h
74 config-version.h
75 nbproject
76 test-driver
77 compile
78 stamp-h2