From ae03eb701f60dabad298b20ca53ce1b30936dd97 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 12 Feb 2026 14:51:52 +0100 Subject: [PATCH] core(git/ignore): adding the mod_gen ignore - Those file are generated in the build of cargo --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a8c64c8..ebe81fc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ debug target build -mod.rs +mod_gen.rs # These are backup files generated by rustfmt **/*.rs.bk