From 4ca6c2d9178f32ec539b97109dfa590cc042bb0e Mon Sep 17 00:00:00 2001 From: Ruoqing He Date: Wed, 23 Jul 2025 01:29:37 +0000 Subject: [PATCH] mem-agent: Ignore Cargo.lock `mem-agent` here is now a library and do not contain examples, ignore Cargo.lock to get rid of untracked file noise produced by `cargo run` or `cargo test`. Signed-off-by: Ruoqing He --- src/mem-agent/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/mem-agent/.gitignore diff --git a/src/mem-agent/.gitignore b/src/mem-agent/.gitignore new file mode 100644 index 0000000000..03314f77b5 --- /dev/null +++ b/src/mem-agent/.gitignore @@ -0,0 +1 @@ +Cargo.lock