From 127f38b2e89cbed7bf66a905627ef59364007545 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 30 Apr 2022 19:55:33 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7c1cf7c..9daf347 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk .idea -examples/readme/book \ No newline at end of file +examples/readme/book +target \ No newline at end of file