vim swp file (#46)
This commit removes an swp file that snuck in and adds a
.gitignore file to prevent further ones.
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ead8445
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+**/*.swp
diff --git a/acceptance/openstack/blockstorage/v1/.blockstorage.go.swp b/acceptance/openstack/blockstorage/v1/.blockstorage.go.swp
deleted file mode 100644
index 0b710e7..0000000
--- a/acceptance/openstack/blockstorage/v1/.blockstorage.go.swp
+++ /dev/null
Binary files differ