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