Ver código fonte

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

clanker 1 semana atrás
pai
commit
13235ce122
2 arquivos alterados com 6 adições e 0 exclusões
  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