From acf3a6606ffef050f903c5c9e2d0cfcd2709fdac Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Sun, 28 Sep 2025 07:25:25 -0700 Subject: [PATCH] Small gitignore fixes --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index cac630d7c..47f758a9b 100644 --- a/.gitignore +++ b/.gitignore @@ -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