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 |