Pārlūkot izejas kodu

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
Brian Gianforcaro 5 gadi atpakaļ
vecāks
revīzija
34f0d98e67
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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