summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-01-30 11:28:02 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-01-30 11:28:02 -0400
commit6a3b8280ce3d6bc195801d31f7ee29975b9abba1 (patch)
tree481079715d06084af1d21a7444b8219344665dd1
parent96140b0d163d18c0158f29b2063307efad918e18 (diff)
.gitignore: Add `build` directory to ignore list
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f2b7c51..139b81f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
*.dol
tools/mwcc_compiler/*/*.exe
tools/mwcc_compiler/*/*.dll
+build