From: David Sommerseth Date: Fri, 20 Jan 2017 21:04:57 +0000 (+0100) Subject: git: Merge .gitignore files into a single file X-Git-Tag: v2.5_beta1~758 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d14b3c60c7796736e07bc3cddb0ab3a58475793e;p=thirdparty%2Fopenvpn.git git: Merge .gitignore files into a single file We already track a lot of files over the whole directory structure in the main .gitignore file. But a few additional ones had been added into some of the subdirectories. This unifies all these files into a master file for the whole project, making it easier to know where to look at and edit if changes needs to be done. Signed-off-by: David Sommerseth Acked-by: Steffan Karger Message-Id: <20170120210457.3383-1-davids@openvpn.net> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13916.html Signed-off-by: David Sommerseth --- diff --git a/.gitignore b/.gitignore index fc1e223ae..e6da21c63 100644 --- a/.gitignore +++ b/.gitignore @@ -51,11 +51,15 @@ config-msvc-local.h config-msvc-version.h doc/openvpn.8.html distro/rpm/openvpn.spec +sample/sample-keys/sample-ca/ +vendor/.build +vendor/dist tests/t_client.sh tests/t_client-*-20??????-??????/ t_client.rc t_client_ips.rc +tests/unit_tests/**/*_testdriver src/openvpn/openvpn include/openvpn-plugin.h diff --git a/sample/sample-keys/.gitignore b/sample/sample-keys/.gitignore deleted file mode 100644 index f14875284..000000000 --- a/sample/sample-keys/.gitignore +++ /dev/null @@ -1 +0,0 @@ -sample-ca/ diff --git a/tests/unit_tests/.gitignore b/tests/unit_tests/.gitignore deleted file mode 100644 index 8655de834..000000000 --- a/tests/unit_tests/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*_testdriver diff --git a/vendor/.gitignore b/vendor/.gitignore deleted file mode 100644 index e11dfecdd..000000000 --- a/vendor/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -.build/ -dist/