a full export

This commit is contained in:
Yanyan Jiang 2020-02-11 14:43:40 +00:00
parent d38a0a20de
commit 6052c6a596
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ WHITE_LIST = [
r'native',
r'^/*$',
r'^/am/*$',
r'^/share/',
r'^/tests/amtest/',
r'^/tests/klibtest/',
r'^/apps/coremark/',
@ -34,7 +35,7 @@ BLACK_LIST = [
r'.git',
r'README.md',
r'.DS_Store',
r'/roms/gen/',
r'games/nes/gen/',
r'klib/src/stdio.c',
r'klib/src/stdlib.c',
r'klib/src/string.c',