]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
git: Merge .gitignore files into a single file
authorDavid Sommerseth <davids@openvpn.net>
Fri, 20 Jan 2017 21:04:57 +0000 (22:04 +0100)
committerDavid Sommerseth <davids@openvpn.net>
Sun, 22 Jan 2017 23:51:34 +0000 (00:51 +0100)
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>
.gitignore
sample/sample-keys/.gitignore [deleted file]
tests/unit_tests/.gitignore [deleted file]
vendor/.gitignore [deleted file]

index fc1e223aecfb3f69ce14080f39489b77e992fb52..e6da21c63432958efab552b33f734fb0e4369dd6 100644 (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
diff --git a/sample/sample-keys/.gitignore b/sample/sample-keys/.gitignore
deleted file mode 100644 (file)
index f148752..0000000
+++ /dev/null
@@ -1 +0,0 @@
-sample-ca/
diff --git a/tests/unit_tests/.gitignore b/tests/unit_tests/.gitignore
deleted file mode 100644 (file)
index 8655de8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-*_testdriver
diff --git a/vendor/.gitignore b/vendor/.gitignore
deleted file mode 100644 (file)
index e11dfec..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-.build/
-dist/