From 6902bbe547003f9306e875b0ef8bbc1510729ba9 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Thu, 26 Jun 2025 21:43:07 +0200 Subject: [PATCH] Add `tango` folder to .gitignore (#16052) This is the folder used by `toolkit.nu` when invoking the tango commands --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9a080eae53..c672d44de2 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,9 @@ wix/nu/ lcov.info tarpaulin-report.html +# benchmarking +/tango + # Visual Studio .vs/* *.rsproj