From e343a78173ad2b3d31384ece1e7fe245215a5c72 Mon Sep 17 00:00:00 2001 From: Jens Neuhalfen <j...@neuhalfen.name> List-Post: openvpn-devel@lists.sourceforge.net Date: Fri, 29 Apr 2016 13:16:36 +0200 Subject: [PATCH] ignore the local config file t_client.rc in git
t_client.rc is a config file used in integration tests (t_client.sh). It is a local (developer/machine) specific file not intended to be verisonized. A template file can be found at ./tests/t_client.rc-sample Signed-off-by: Jens Neuhalfen <j...@neuhalfen.name> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e154092..0eea06e 100644 --- a/.gitignore +++ b/.gitignore @@ -51,8 +51,11 @@ config-msvc-local.h config-msvc-version.h doc/openvpn.8.html distro/rpm/openvpn.spec + tests/t_client.sh tests/t_client-*-20??????-??????/ +t_client.rc + src/openvpn/openvpn include/openvpn-plugin.h config-version.h -- 2.8.1