summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-04-28 17:50:36 +1000
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-04-28 17:50:36 +1000
commit79592de3bd0e18e0b11327290bf97911d3752d0a (patch)
tree3fda218f0a93003d409b69d3a1fd2085c1bc1b62 /.gitignore
parentd0dc45d24f6c7d210920fa918c94b93642525dca (diff)
chore(Makefile): Change OUTDIR from dist/ to build/
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8ad5b06..23ae801 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@
# so just remember to put all executables in the dist/ directory.
-dist/*
+build/*
.cache/*
tests/logs/*
bench/dist/*