mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-19 05:45:05 +01:00
Include Objective-C source files
The copyright_header.py script will process Objective-C source files (*.mm) as other ones.
This commit is contained in:
parent
04710b6d8c
commit
01fafe55a1
@ -34,7 +34,7 @@ EXCLUDE_DIRS = [
|
||||
"src/univalue/",
|
||||
]
|
||||
|
||||
INCLUDE = ['*.h', '*.cpp', '*.cc', '*.c', '*.py']
|
||||
INCLUDE = ['*.h', '*.cpp', '*.cc', '*.c', '*.mm', '*.py']
|
||||
INCLUDE_COMPILED = re.compile('|'.join([fnmatch.translate(m) for m in INCLUDE]))
|
||||
|
||||
def applies_to_file(filename):
|
||||
|
Loading…
Reference in New Issue
Block a user