mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-06-11 09:50:26 -04:00
Make git ignore some more files
Don't care about ./libtool (autogenerated) and test reports from t_client.sh Signed-off-by: David Sommerseth <davids@redhat.com>
This commit is contained in:
parent
70a07339f8
commit
295f86e855
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -37,6 +37,7 @@ stamp-h1
|
|||
install-sh
|
||||
missing
|
||||
ltmain.sh
|
||||
libtool
|
||||
m4/libtool.m4
|
||||
m4/ltoptions.m4
|
||||
m4/ltsugar.m4
|
||||
|
|
@ -50,5 +51,6 @@ config-msvc-version.h
|
|||
doc/openvpn.8.html
|
||||
distro/rpm/openvpn.spec
|
||||
tests/t_client.sh
|
||||
tests/t_client-*-20??????-??????/
|
||||
src/openvpn/openvpn
|
||||
config-version.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue