Make clang-tidy ignore debuginfo-tests
The only C/C++ source in this directory is for test cases. Example CL: https://reviews.llvm.org/D97668
This commit is contained in:
parent
859df4066f
commit
40e32358de
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
# Files to be ignored by clang-tidy. Will not appear in short report and inline comments.
|
||||
debuginfo-tests/
|
||||
libcxxabi/test
|
||||
libcxxabi/test/libcxxabi/test
|
||||
libcxx/test
|
||||
|
|
Loading…
Reference in a new issue