From 34f0d98e67d4994c1c712b61d73384189c78b00a Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Mon, 13 Apr 2020 11:00:31 -0700 Subject: [PATCH] Meta: Add Lagom CMake dir to .gitignore Meta/Lagom/build seems to be the expected cmake output directory. (It's hardcoded in Libraries/LibJS/Tests/run-tests.) Add it to the project .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4ff7aa74e6..6c2cfb8d36 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ *.cflags *.cxxflags *.autosave +Meta/Lagom/build Root Toolchain/Tarballs Toolchain/Build