0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 03:52:28 +02:00

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 <davids@openvpn.net>
Acked-by: Steffan Karger <steffan@karger.me>
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 <davids@openvpn.net>
This commit is contained in:
David Sommerseth 2017-01-20 22:04:57 +01:00
parent f91ab283a4
commit d14b3c60c7
No known key found for this signature in database
GPG Key ID: 86CF944C9671FDF2
4 changed files with 4 additions and 4 deletions

4
.gitignore vendored
View File

@ -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

View File

@ -1 +0,0 @@
sample-ca/

View File

@ -1 +0,0 @@
*_testdriver

2
vendor/.gitignore vendored
View File

@ -1,2 +0,0 @@
.build/
dist/