Skip to content

Commit

Permalink
windows: automake.mk: Remove the .gitignore file from distributed files
Browse files Browse the repository at this point in the history
Commit d183efc ("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 <[email protected]>
Fixes: d183efc ("This commit adds the windows installer to the OVS tree.")
Signed-off-by: Markos Chandras <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Markos Chandras authored and blp committed Mar 8, 2017
1 parent e914fb5 commit 5d3f609
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion windows/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5d3f609

Please sign in to comment.