You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
1.8 KiB
114 lines
1.8 KiB
# 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 electrum
|
|
gui/android*
|
|
gui/gtk*
|
|
gui/qt*
|
|
gui/kivy/tools
|
|
build/*
|
|
|
|
# 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
|
|
|
|
|