From 5ce921618c58cd2f287724d44ff242b6497163e4 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 17 Oct 2012 19:41:43 +0200 Subject: Make git ignore some more files Don't care about ./libtool (autogenerated) and test reports from t_client.sh Signed-off-by: David Sommerseth --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f762089..a04afff 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit