From 9a47b48f4713914a0350305c9797d351c99044a6 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 26 Jan 2024 09:20:34 -0600 Subject: [PATCH] maint: Ignore more build artifacts Between 'cargo build' and 'make', I ended up with bin/ and targets/ directories that don't need to be committed. Signed-off-by: Eric Blake --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ea8c4bf..cdded28 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /target +/bin/ +/targets/