]> git.ipfire.org Git - thirdparty/openvpn.git/blob - .gitignore
Ignore stamp-h2 we generate during build process
[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 .deps
21 .libs
22 Makefile
23 Makefile.in
24 aclocal.m4
25 autodefs.h
26 autom4te.cache
27 config.guess
28 config.h
29 config.h.in
30 config.log
31 config.status
32 config.sub
33 configure
34 configure.h
35 depcomp
36 doxygen/
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
48 version.sh
49 msvc-env-local.bat
50 config-msvc-local.h
51 config-msvc-version.h
52 doc/openvpn.8.html
53 distro/rpm/openvpn.spec
54 tests/t_client.sh
55 tests/t_client-*-20??????-??????/
56 src/openvpn/openvpn
57 include/openvpn-plugin.h
58 config-version.h
59 nbproject
60 test-driver
61 compile
62 stamp-h2