From e3692bca94dea85731f3c7012e7e599e62c2e342 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Fri, 3 May 2024 20:18:45 +0200 Subject: [PATCH] update --- .gitignore | 49 +++++++++++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index add39be..f868fe4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,29 @@ -# 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 - -#old source -_src - -_visualizer.json - -*.kubi - -/*_log*.txt -/*.log +# 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 + +#old source +_src + +_visualizer.json + +*.kubi + +/*_log*.txt +/*.log + +# make sure build artifacts and binaries are not committed +*.d +*.pdb +*.exe +*.dll +*.so +*.dylib +*.rlib