mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
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:
8
Utilities/ClangTidyModule/.gitignore
vendored
Normal file
8
Utilities/ClangTidyModule/.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/CMakeUserPresets.json
|
||||
|
||||
# Common build directories
|
||||
/build*/
|
||||
|
||||
# Visual Studio Code
|
||||
/.vscode/
|
||||
/.cache/
|
||||
Reference in New Issue
Block a user