summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-03-30 06:38:57 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-03-30 06:38:57 +1100
commitba77f399274da516c09e40035016ed870487edd2 (patch)
treef8cdcc696f386dcb22c3dda6ebad412415052b78
parent448a395028bcfa010c4700a31da079813f27406b (diff)
chore(git): Ignore bench/dist/
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
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/*