From ba77f399274da516c09e40035016ed870487edd2 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Mon, 30 Mar 2026 06:38:57 +1100 Subject: chore(git): Ignore bench/dist/ --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 093704a..28c442e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ +# NOTE: There is no way to ignore raw executables without ignoring the Makefile as well, +# so just remember to put all executables in the dist/ directory. + + dist/* .cache/* tests/logs/* -bench/dist/* \ No newline at end of file +bench/dist/* -- cgit v1.2.3