Bladeren bron

Ignore compile_commands.json (generated by meson, copied out by spry dev)

clanker 1 week geleden
bovenliggende
commit
13235ce122
2 gewijzigde bestanden met toevoegingen van 6 en 0 verwijderingen
  1. 3 0
      .gitignore
  2. 3 0
      .usmignore

+ 3 - 0
.gitignore

@@ -4,3 +4,6 @@ web-config.json
 *.image.tar.xz
 .usm-deploy/
 .kilo/
+
+# Generated by meson; copied from builddir by spry for the Vala language server
+compile_commands.json

+ 3 - 0
.usmignore

@@ -14,3 +14,6 @@ web-config.json
 # Deploy artifacts and USM deploy working state
 *.image.tar.xz
 .usm-deploy/
+
+# Generated build artifact (Vala language server)
+compile_commands.json