1
0
mirror of synced 2026-04-03 05:15:24 +00:00

Small gitignore fixes

This commit is contained in:
Akash Levy
2025-09-28 07:25:25 -07:00
committed by Lofty
parent 69770a844e
commit acf3a6606f

9
.gitignore vendored
View File

@@ -1,6 +1,9 @@
## user config
/Makefile.conf
## homebrew
/Brewfile.lock.json
## build artifacts
# compiler intermediate files
*.o
@@ -11,6 +14,12 @@
*.gcno
*.so.dSYM/
## test artifacts
**/run-test.mk
*.err
*.log
*.tmp
# compiler output files
/kernel/version_*.cc
/share