浏览代码

clang-tidy module: copy .gitignore from top level

Since 8b094845, .gitignore entries have been pinned to the top-level
.gitignore file. Copy these entries into a .gitignore for the
clang-tidy module.
Kyle Edwards 2 年之前
父节点
当前提交
550f6b40bd
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      Utilities/ClangTidyModule/.gitignore

+ 8 - 0
Utilities/ClangTidyModule/.gitignore

@@ -0,0 +1,8 @@
+/CMakeUserPresets.json
+
+# Common build directories
+/build*/
+
+# Visual Studio Code
+/.vscode/
+/.cache/