-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add missing sdl2 whitelist/blacklist. Closes #567
- Loading branch information
Showing
2 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
# eggs | ||
*.egg-info | ||
|
||
# unit test | ||
unittest/* | ||
|
||
# python config | ||
config/makesetup | ||
|
||
# unused pygame files | ||
pygame/_camera_* | ||
pygame/camera.pyo | ||
pygame/*.html | ||
pygame/*.bmp | ||
pygame/*.svg | ||
pygame/cdrom.so | ||
pygame/pygame_icon.icns | ||
pygame/LGPL | ||
pygame/threads/Py25Queue.pyo | ||
pygame/*.ttf | ||
pygame/mac* | ||
pygame/_numpy* | ||
pygame/sndarray.pyo | ||
pygame/surfarray.pyo | ||
pygame/_arraysurfarray.pyo | ||
|
||
# unused kivy files (platform specific) | ||
kivy/input/providers/wm_* | ||
kivy/input/providers/mactouch* | ||
kivy/input/providers/probesysfs* | ||
kivy/input/providers/mtdev* | ||
kivy/input/providers/hidinput* | ||
kivy/core/camera/camera_videocapture* | ||
kivy/core/spelling/*osx* | ||
kivy/core/video/video_pyglet* | ||
|
||
# unused encodings | ||
lib-dynload/*codec* | ||
encodings/cp*.pyo | ||
encodings/tis* | ||
encodings/shift* | ||
encodings/bz2* | ||
encodings/iso* | ||
encodings/undefined* | ||
encodings/johab* | ||
encodings/p* | ||
encodings/m* | ||
encodings/euc* | ||
encodings/k* | ||
encodings/unicode_internal* | ||
encodings/quo* | ||
encodings/gb* | ||
encodings/big5* | ||
encodings/hp* | ||
encodings/hz* | ||
|
||
# unused python modules | ||
bsddb/* | ||
wsgiref/* | ||
hotshot/* | ||
pydoc_data/* | ||
tty.pyo | ||
anydbm.pyo | ||
nturl2path.pyo | ||
LICENCE.txt | ||
macurl2path.pyo | ||
dummy_threading.pyo | ||
audiodev.pyo | ||
antigravity.pyo | ||
dumbdbm.pyo | ||
sndhdr.pyo | ||
__phello__.foo.pyo | ||
sunaudio.pyo | ||
os2emxpath.pyo | ||
multiprocessing/dummy* | ||
|
||
# unused binaries python modules | ||
lib-dynload/termios.so | ||
lib-dynload/_lsprof.so | ||
lib-dynload/*audioop.so | ||
lib-dynload/mmap.so | ||
lib-dynload/_hotshot.so | ||
lib-dynload/_csv.so | ||
lib-dynload/future_builtins.so | ||
lib-dynload/_heapq.so | ||
lib-dynload/_json.so | ||
lib-dynload/grp.so | ||
lib-dynload/resource.so | ||
lib-dynload/pyexpat.so | ||
|
||
# odd files | ||
plat-linux3/regen | ||
|
||
#>sqlite3 | ||
# conditionnal include depending if some recipes are included or not. | ||
sqlite3/* | ||
lib-dynload/_sqlite3.so | ||
#<sqlite3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# put files here that you need to un-blacklist |