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:
parent
63441bb920
commit
550f6b40bd
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/
|
Loading…
Reference in New Issue
Block a user