浏览代码

gitignore *.d files

ithewei 3 月之前
父节点
当前提交
ce5211247c
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -9,6 +9,9 @@ MODULE.bazel.lock
 *.slo
 *.obj
 
+# Compiled Depfile
+*.d
+
 # Precompiled Headers
 *.gch
 *.pch