From ca20d8e9b6ffa4cacf4f43f601a19aea5dd8a2e8 Mon Sep 17 00:00:00 2001 From: Oliver Kennedy Date: Thu, 6 Oct 2016 19:13:44 -0400 Subject: [PATCH] Organizing files into correct directories --- README => graph_data/README | 0 .../import-www-data.sql | 0 init-www-graph.sql => graph_data/init-www-graph.sql | 0 init-www-nodes.sql => graph_data/init-www-nodes.sql | 0 triangle-query.sql => graph_data/triangle-query.sql | 0 movie_data.sql => movie_data/movie_data.sql | 0 movie_query.triql => movie_data/movie_query.triql | 0 {pdbench => wikispaces}/Datasets | 0 {pdbench => wikispaces}/files/webgraph.zip | Bin {pdbench => wikispaces}/home | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename README => graph_data/README (100%) rename import-www-data.sql => graph_data/import-www-data.sql (100%) rename init-www-graph.sql => graph_data/init-www-graph.sql (100%) rename init-www-nodes.sql => graph_data/init-www-nodes.sql (100%) rename triangle-query.sql => graph_data/triangle-query.sql (100%) rename movie_data.sql => movie_data/movie_data.sql (100%) rename movie_query.triql => movie_data/movie_query.triql (100%) rename {pdbench => wikispaces}/Datasets (100%) rename {pdbench => wikispaces}/files/webgraph.zip (100%) rename {pdbench => wikispaces}/home (100%) diff --git a/README b/graph_data/README similarity index 100% rename from README rename to graph_data/README diff --git a/import-www-data.sql b/graph_data/import-www-data.sql similarity index 100% rename from import-www-data.sql rename to graph_data/import-www-data.sql diff --git a/init-www-graph.sql b/graph_data/init-www-graph.sql similarity index 100% rename from init-www-graph.sql rename to graph_data/init-www-graph.sql diff --git a/init-www-nodes.sql b/graph_data/init-www-nodes.sql similarity index 100% rename from init-www-nodes.sql rename to graph_data/init-www-nodes.sql diff --git a/triangle-query.sql b/graph_data/triangle-query.sql similarity index 100% rename from triangle-query.sql rename to graph_data/triangle-query.sql diff --git a/movie_data.sql b/movie_data/movie_data.sql similarity index 100% rename from movie_data.sql rename to movie_data/movie_data.sql diff --git a/movie_query.triql b/movie_data/movie_query.triql similarity index 100% rename from movie_query.triql rename to movie_data/movie_query.triql diff --git a/pdbench/Datasets b/wikispaces/Datasets similarity index 100% rename from pdbench/Datasets rename to wikispaces/Datasets diff --git a/pdbench/files/webgraph.zip b/wikispaces/files/webgraph.zip similarity index 100% rename from pdbench/files/webgraph.zip rename to wikispaces/files/webgraph.zip diff --git a/pdbench/home b/wikispaces/home similarity index 100% rename from pdbench/home rename to wikispaces/home