summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndy Zhou <azhou@nicira.com>2015-01-07 19:42:41 -0800
committerAndy Zhou <azhou@nicira.com>2015-01-08 15:36:39 -0800
commitb56b2566417dd436e768394c12b030019d2dc101 (patch)
treecc5cb437be148dc71f8f4255bfa8944572888959 /.gitignore
parentd5460484c3708d048270f8601d64e8f1a573b357 (diff)
downloadopenvswitch-b56b2566417dd436e768394c12b030019d2dc101.tar.gz
vagrant: switch to use out of tree build
Vagrant shared folder, at least on the default virtual box, does not support the creation of the socket files. If one were to build OVS under /vagrant, 'make check' would not work. Out of tree builds can be used to work around this issue. See Install.md for instructions. Since out of tree builds requires a clean source tree, Vagrantfile can not be a generated file. This commit removes Vagrantfile.in, commit Vagrantfile instead. Signed-off-by: Andy Zhou <azhou@nicira.com> Acked-by: Thomas Graf <tgraf@noironetworks.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a3522d8e6..e37a6903c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,5 +65,4 @@ tags
_debian
odp-netlink.h
OvsDpInterface.h
-Vagrantfile
/.vagrant/