From f7422d45df8fb3d446927e9ec80ecf0a3d3c2f07 Mon Sep 17 00:00:00 2001 From: Bah Mamadu-lamarana <mamadulamarana.bah.etu@a10p29.fil.univ-lille.fr> Date: Wed, 5 Mar 2025 12:33:10 +0100 Subject: [PATCH] updt gitignore --- .gitignore | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 389159a..ea8c4bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1 @@ -# Created by https://www.toptal.com/developers/gitignore/api/rust -# Edit at https://www.toptal.com/developers/gitignore?templates=rust - -### Rust ### -# Generated by Cargo -# will have compiled files and executables -debug/ -target/ - -# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries -# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html -Cargo.lock - -# These are backup files generated by rustfmt -**/*.rs.bk - -# MSVC Windows builds of rustc generate these, which store debugging information -*.pdb - -# End of https://www.toptal.com/developers/gitignore/api/rust +/target -- GitLab