From 3ffa30e617432cfa1896e83b6ce20dd360bf29f4 Mon Sep 17 00:00:00 2001 From: "James A. Overton" Date: Mon, 12 Feb 2024 14:54:39 -0500 Subject: [PATCH] Ignore build directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 62b116c..ed667a3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,8 @@ Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk -/junk +/build/ +/junk/ /nanobot.toml /notes.md /shell.nix