浏览代码

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

clanker 1 周之前
父节点
当前提交
13235ce122
共有 2 个文件被更改,包括 6 次插入0 次删除
  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