diff options
author | Daniel Axtens <dja@axtens.net> | 2018-02-24 12:22:54 +1100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-02-27 11:25:29 +0000 |
commit | 2c92985a2ea96be524e1b3a98fc0fd708eb2ee31 (patch) | |
tree | 8fbe6f534d5503897ff237c6661d3b0523da9721 /.gitignore | |
parent | ebab733abad4648e8d1c3c95c095bca8bc86b644 (diff) | |
download | patchwork-2c92985a2ea96be524e1b3a98fc0fd708eb2ee31.tar patchwork-2c92985a2ea96be524e1b3a98fc0fd708eb2ee31.tar.gz |
tools: drop vagrant
It served us well, but it's now outdated (Trusty, Python 3.4, etc)
There is no indication that anyone uses it or keeps it up to date.
Signed-off-by: Daniel Axtens <dja@axtens.net>
Acked-by: Stephen Finucane <stephen@that.guru>
Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -44,9 +44,6 @@ htmlcov/ # Sphinx stuff /docs/_build -# Vagrant stuff -/.vagrant - # Selenium test artifacts /selenium.log /selenium_screenshots |