Re: [ovs-dev] [PATCH] windows: automake.mk: Remove the .gitignore file from distributed files

2017-03-07 Thread Ben Pfaff
On Sat, Feb 04, 2017 at 05:11:11PM +, Markos Chandras wrote:
> Commit d183efc22b2b ("This commit adds the windows installer to the
> OVS tree.) added the .gitignore file to the distributed files but this
> file shouldn't be part of the distributed archive.
> 
> Cc: Alin Gabriel Serdean 
> Signed-off-by: Markos Chandras 

Thanks, applied to master and branch-2.7.

I sent out a patch that, if applied, will make this unlikely to recur:
https://patchwork.ozlabs.org/patch/736410/
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH] windows: automake.mk: Remove the .gitignore file from distributed files

2017-02-04 Thread Markos Chandras
Commit d183efc22b2b ("This commit adds the windows installer to the
OVS tree.) added the .gitignore file to the distributed files but this
file shouldn't be part of the distributed archive.

Cc: Alin Gabriel Serdean 
Signed-off-by: Markos Chandras 
---
 windows/automake.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/windows/automake.mk b/windows/automake.mk
index db2b61639..4fec99ed9 100644
--- a/windows/automake.mk
+++ b/windows/automake.mk
@@ -38,7 +38,6 @@ windows_installer: all
MSBuild.exe windows/ovs-windows-installer.sln /target:Build 
/property:Configuration="Release" /property:Version="$(PACKAGE_VERSION)"
 
 EXTRA_DIST += \
-   windows/.gitignore \
windows/automake.mk \
windows/README.rst \
windows/ovs-windows-installer.sln \
-- 
2.11.0

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev