11 lines
141 B
Plaintext
11 lines
141 B
Plaintext
#
|
|
# List of glob patterns for files to check
|
|
#
|
|
#
|
|
+ src/**/*.cc
|
|
+ src/**/*.h
|
|
+ tests/**/*.cc
|
|
+ tests/**/*.h
|
|
+ tests/**/*.cppm
|
|
- tests/catch.h
|