Browse code

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>

David Sommerseth authored on 2017/01/21 06:04:57
Showing 4 changed files
... ...
@@ -51,11 +51,15 @@ config-msvc-local.h
51 51
 config-msvc-version.h
52 52
 doc/openvpn.8.html
53 53
 distro/rpm/openvpn.spec
54
+sample/sample-keys/sample-ca/
55
+vendor/.build
56
+vendor/dist
54 57
 
55 58
 tests/t_client.sh
56 59
 tests/t_client-*-20??????-??????/
57 60
 t_client.rc
58 61
 t_client_ips.rc
62
+tests/unit_tests/**/*_testdriver
59 63
 
60 64
 src/openvpn/openvpn
61 65
 include/openvpn-plugin.h
62 66
deleted file mode 100644
... ...
@@ -1 +0,0 @@
1
-sample-ca/
2 1
deleted file mode 100644
... ...
@@ -1 +0,0 @@
1
-*_testdriver
2 1
deleted file mode 100644
... ...
@@ -1,2 +0,0 @@
1
-.build/
2
-dist/