浏览代码

.gitignore: ignore files that can be generated by compiling tools

Daniel-Constantin Mierla 4 年之前
父节点
当前提交
1536f4bb3d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -50,3 +50,6 @@ libiname.lst
 *.7
 *.7
 # vscode tmp files
 # vscode tmp files
 .vscode
 .vscode
+# compiling tools files
+.clangd
+compile_commands.json