summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-02-04 17:11:11 +0000
committerBen Pfaff <blp@ovn.org>2017-03-07 16:28:51 -0800
commit5d3f609b65e0adc3761ca9c71fce8a9a9b6b32d7 (patch)
tree6f770dd9306b6020302a11da2bb94b1b7e942b51 /windows
parente914fb54787ac593ca99ae18d064cb2ef1c210fb (diff)
downloadopenvswitch-5d3f609b65e0adc3761ca9c71fce8a9a9b6b32d7.tar.gz
windows: automake.mk: Remove the .gitignore file from distributed files
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> Fixes: d183efc22b2b ("This commit adds the windows installer to the OVS tree.") Signed-off-by: Markos Chandras <mchandras@suse.de> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'windows')
-rw-r--r--windows/automake.mk1
1 files changed, 0 insertions, 1 deletions
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 \