CMake/Utilities/ClangTidyModule/.gitignore
Kyle Edwards 550f6b40bd 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.
2023-03-29 16:32:40 -04:00

9 lines
101 B
Plaintext

/CMakeUserPresets.json
# Common build directories
/build*/
# Visual Studio Code
/.vscode/
/.cache/