aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-15 18:22:07 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-15 18:22:07 -0400
commit5846f9dd9c80cc1db52984323d445874c69fb766 (patch)
treead1f3f9fc08be89af931bd96f44c8f74fc7f8832 /.gitignore
parent6d68174bdd5bcd1a7e1a6161b578cd39eaf03bef (diff)
Change compilation configuration so Tomo is fully capable of running
locally from the build directory, including with TCC.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9a8cb004..af51e4c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,7 +14,8 @@
!/lib/!(*)/*.h
.build
-build
+/build/bin
+/build/lib
*.o
*.so
*.dylib