From 550f6b40bde4b90a313cbce48795286091a2e9ad Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Wed, 29 Mar 2023 15:24:31 -0400 Subject: 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. --- Utilities/ClangTidyModule/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Utilities/ClangTidyModule/.gitignore diff --git a/Utilities/ClangTidyModule/.gitignore b/Utilities/ClangTidyModule/.gitignore new file mode 100644 index 0000000000..e3f48ebafe --- /dev/null +++ b/Utilities/ClangTidyModule/.gitignore @@ -0,0 +1,8 @@ +/CMakeUserPresets.json + +# Common build directories +/build*/ + +# Visual Studio Code +/.vscode/ +/.cache/ -- cgit v1.2.1