diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2023-03-29 19:24:31 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2023-03-29 20:32:40 (GMT) |
commit | 550f6b40bde4b90a313cbce48795286091a2e9ad (patch) | |
tree | b1c3840668b69e85592489bfe7e091b57c14fd90 /Utilities | |
parent | 63441bb92029a1e28898cf573e87ce4cbf9d7c75 (diff) | |
download | CMake-550f6b40bde4b90a313cbce48795286091a2e9ad.zip CMake-550f6b40bde4b90a313cbce48795286091a2e9ad.tar.gz CMake-550f6b40bde4b90a313cbce48795286091a2e9ad.tar.bz2 |
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.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/ClangTidyModule/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Utilities/ClangTidyModule/.gitignore b/Utilities/ClangTidyModule/.gitignore new file mode 100644 index 0000000..e3f48eb --- /dev/null +++ b/Utilities/ClangTidyModule/.gitignore @@ -0,0 +1,8 @@ +/CMakeUserPresets.json + +# Common build directories +/build*/ + +# Visual Studio Code +/.vscode/ +/.cache/ |