Quellcode durchsuchen

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

clanker vor 1 Woche
Ursprung
Commit
13235ce122
2 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 3 0
      .gitignore
  2. 3 0
      .usmignore

+ 3 - 0
.gitignore

@@ -4,3 +4,6 @@ web-config.json
 *.image.tar.xz
 *.image.tar.xz
 .usm-deploy/
 .usm-deploy/
 .kilo/
 .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
 # Deploy artifacts and USM deploy working state
 *.image.tar.xz
 *.image.tar.xz
 .usm-deploy/
 .usm-deploy/
+
+# Generated build artifact (Vala language server)
+compile_commands.json