| Message ID | 20171111171406.7562-1-gert@gertvandijk.net | 
|---|---|
| State | Accepted | 
| Headers | show | 
| Series | [Openvpn-devel] Add generated openvpn.doxyfile to .gitignore | expand | 
Hi, On 11-11-17 18:14, Gert van Dijk wrote: > I think this was omitted in 66bf378e. > > Signed-off-by: Gert van Dijk <gert@gertvandijk.net> > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 18a45202..25009d81 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -52,6 +52,7 @@ config-msvc-version.h > doc/openvpn.8.html > /doc/doxygen/html/ > /doc/doxygen/latex/ > +/doc/doxygen/openvpn.doxyfile > distro/rpm/openvpn.spec > distro/systemd/*.service > sample/sample-keys/sample-ca/ > Yes, my mistake, sorry. Reviewed-by: Steffan Karger <steffan@karger.me> Acked-by: Steffan Karger <steffan@karger.me> -Steffan ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
On 12/11/17 01:14, Gert van Dijk wrote: > I think this was omitted in 66bf378e. > > Signed-off-by: Gert van Dijk <gert@gertvandijk.net> Acked-by: Antonio Quartulli <a@unstable.cc> We definitely need this otherwise the doxyfile won't leave you alone. Thanks!
Your patch has been applied to the master branch.  So many ACKs for such
a simple change :-)
commit 4da4b9386695fe535b1f3095b87fc58cfcb62695
Author: Gert van Dijk
Date:   Sat Nov 11 18:14:06 2017 +0100
     Add generated openvpn.doxyfile to .gitignore
     Signed-off-by: Gert van Dijk <gert@gertvandijk.net>
     Acked-by: Steffan Karger <steffan.karger@fox-it.com>
     Acked-by: Antonio Quartulli <antonio@openvpn.net>
     Message-Id: <20171111171406.7562-1-gert@gertvandijk.net>
     URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15826.html
     Signed-off-by: Gert Doering <gert@greenie.muc.de>
--
kind regards,
Gert Doering
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
diff --git a/.gitignore b/.gitignore index 18a45202..25009d81 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,7 @@ config-msvc-version.h doc/openvpn.8.html /doc/doxygen/html/ /doc/doxygen/latex/ +/doc/doxygen/openvpn.doxyfile distro/rpm/openvpn.spec distro/systemd/*.service sample/sample-keys/sample-ca/
I think this was omitted in 66bf378e. Signed-off-by: Gert van Dijk <gert@gertvandijk.net> --- .gitignore | 1 + 1 file changed, 1 insertion(+)