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.
This commit is contained in:
Kyle Edwards 2023-03-29 15:24:31 -04:00
parent 63441bb920
commit 550f6b40bd

8
Utilities/ClangTidyModule/.gitignore vendored Normal file
View File

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