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
This commit is contained in:
Brian Gianforcaro 2020-04-13 11:00:31 -07:00 committed by Andreas Kling
parent 0c25826138
commit 34f0d98e67

1
.gitignore vendored
View file

@ -21,6 +21,7 @@
*.cflags
*.cxxflags
*.autosave
Meta/Lagom/build
Root
Toolchain/Tarballs
Toolchain/Build