From c93fe81531593b4d803a68cd2ac9a2b2b1a4ed6b Mon Sep 17 00:00:00 2001 From: ynqa Date: Mon, 5 Aug 2024 21:01:21 +0900 Subject: [PATCH] update gitignore --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea8c4bf..73fab07 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,10 @@ -/target +# Generated by Cargo +# will have compiled files and executables +debug/ +target/ + +# These are backup files generated by rustfmt +**/*.rs.bk + +# MSVC Windows builds of rustc generate these, which store debugging information +*.pdb