Posix: fix copyright (#250)

This commit is contained in:
Evgeny Ermakov 2021-04-21 19:08:46 -04:00 committed by GitHub
parent 6bf3a75c6a
commit ac2c383bc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -36,6 +36,7 @@ KERNEL_IGNORED_EXTENSIONS = [
KERNEL_IGNORED_PATTERNS = [
r'.*\.git.*',
r'.*portable/ThirdParty/GCC/Posix/port*',
r'.*portable.*Xtensa_ESP32\/include\/portmacro\.h',
r'.*portable.*Xtensa_ESP32.*port\.c',
r'.*portable.*Xtensa_ESP32.*portasm\.S',