From ca3aa6c8b71cc88f111b2a4f0f1492899211169c Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Fri, 3 Aug 2018 17:03:05 -0700 Subject: [PATCH] Move aobench into subdirectory. --- .gitignore | 2 +- Cargo.lock => aobench/Cargo.lock | 0 Cargo.toml => aobench/Cargo.toml | 0 {src => aobench/src}/main.rs | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename Cargo.lock => aobench/Cargo.lock (100%) rename Cargo.toml => aobench/Cargo.toml (100%) rename {src => aobench/src}/main.rs (100%) diff --git a/.gitignore b/.gitignore index 53eaa21..c8f7745 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/target +**/target **/*.rs.bk diff --git a/Cargo.lock b/aobench/Cargo.lock similarity index 100% rename from Cargo.lock rename to aobench/Cargo.lock diff --git a/Cargo.toml b/aobench/Cargo.toml similarity index 100% rename from Cargo.toml rename to aobench/Cargo.toml diff --git a/src/main.rs b/aobench/src/main.rs similarity index 100% rename from src/main.rs rename to aobench/src/main.rs