mirror of
https://github.com/bkryza/clang-uml.git
synced 2025-04-20 12:31:09 +08:00
9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
#
|
|
# List of glob patterns for files to check
|
|
#
|
|
#
|
|
+ src/**/*.cc
|
|
+ src/**/*.h
|
|
+ tests/**/*.cc
|
|
+ tests/**/*.h
|
|
+ tests/**/*.cppm |