From c32b1c2f14d490135f0e5a6eedc6ea7c7446e2eb Mon Sep 17 00:00:00 2001 From: Jenna Elwing Date: Wed, 27 Mar 2024 11:28:54 -0400 Subject: [PATCH] purging debug files --- .gitignore | 5 +++-- src/internal/storage/get.rs | 10 ++++++++++ target/.rustc_info.json | 1 - target/CACHEDIR.TAG | 3 --- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 target/.rustc_info.json delete mode 100644 target/CACHEDIR.TAG diff --git a/.gitignore b/.gitignore index c847afe..e104eb9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,9 @@ dvs # Testing environment testing/environment/ -# debug -target/debug +# rust debug files +debug/ +target/ # Devious entry /src/test_directory/test1.txt diff --git a/src/internal/storage/get.rs b/src/internal/storage/get.rs index e69de29..f3178fa 100644 --- a/src/internal/storage/get.rs +++ b/src/internal/storage/get.rs @@ -0,0 +1,10 @@ +use std::path::PathBuf; + +use crate::internal::file::hash; +use crate::internal::meta; +use crate::internal::utils::utils; + +// pub fn get(local_path: &PathBuf, storage_dir: &PathBuf, git_dir: &PathBuf) -> Result<(), std::io::Error> { +// // get metadata + +// } // get \ No newline at end of file diff --git a/target/.rustc_info.json b/target/.rustc_info.json deleted file mode 100644 index 74cf024..0000000 --- a/target/.rustc_info.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc_fingerprint":6039375300803987626,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.76.0 (07dca489a 2024-02-04)\nbinary: rustc\ncommit-hash: 07dca489ac2d933c78d3c5158e3f43beefeb02ce\ncommit-date: 2024-02-04\nhost: x86_64-unknown-linux-gnu\nrelease: 1.76.0\nLLVM version: 17.0.6\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/cluster-data/user-homes/jenna/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/target/CACHEDIR.TAG b/target/CACHEDIR.TAG deleted file mode 100644 index 20d7c31..0000000 --- a/target/CACHEDIR.TAG +++ /dev/null @@ -1,3 +0,0 @@ -Signature: 8a477f597d28d172789f06886806bc55 -# This file is a cache directory tag created by cargo. -# For information about cache directory tags see https://bford.info/cachedir/