diff mbox

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

Message ID 20170204171111.5357-1-mchandras@suse.de
State Accepted
Headers show

Commit Message

Markos Chandras Feb. 4, 2017, 5:11 p.m. UTC
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 <aserdean@cloudbasesolutions.com>
Signed-off-by: Markos Chandras <mchandras@suse.de>
---
 windows/automake.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Ben Pfaff March 8, 2017, 12:30 a.m. UTC | #1
On Sat, Feb 04, 2017 at 05:11:11PM +0000, 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 <aserdean@cloudbasesolutions.com>
> Signed-off-by: Markos Chandras <mchandras@suse.de>

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/
diff mbox

Patch

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 \