move android stuff to contrib/android
This commit is contained in:
107
contrib/android/blacklist.txt
Normal file
107
contrib/android/blacklist.txt
Normal file
@@ -0,0 +1,107 @@
|
||||
# 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*
|
||||
|
||||
kivy/adapters
|
||||
kivy/modules
|
||||
kivy/uix/sandbox
|
||||
kivy/uix/pagelayout
|
||||
kivy/uix/video
|
||||
kivy/uix/vkeyboard
|
||||
kivy/uix/videoplayer
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user