File tree Expand file tree Collapse file tree 1 file changed +10
-19
lines changed
pythonforandroid/bootstraps/sdl2/build Expand file tree Collapse file tree 1 file changed +10
-19
lines changed Original file line number Diff line number Diff line change 1+ # prevent user to include invalid extensions
2+ *.apk
3+ *.pxd
4+
15# eggs
26*.egg-info
37
@@ -7,23 +11,6 @@ unittest/*
711# python config
812config/makesetup
913
10- # unused pygame files
11- pygame/_camera_*
12- pygame/camera.pyo
13- pygame/*.html
14- pygame/*.bmp
15- pygame/*.svg
16- pygame/cdrom.so
17- pygame/pygame_icon.icns
18- pygame/LGPL
19- pygame/threads/Py25Queue.pyo
20- pygame/*.ttf
21- pygame/mac*
22- pygame/_numpy*
23- pygame/sndarray.pyo
24- pygame/surfarray.pyo
25- pygame/_arraysurfarray.pyo
26-
2714# unused kivy files (platform specific)
2815kivy/input/providers/wm_*
2916kivy/input/providers/mactouch*
@@ -33,6 +20,10 @@ kivy/input/providers/hidinput*
3320kivy/core/camera/camera_videocapture*
3421kivy/core/spelling/*osx*
3522kivy/core/video/video_pyglet*
23+ kivy/tools
24+ kivy/tests/*
25+ kivy/*/*.h
26+ kivy/*/*.pxi
3627
3728# unused encodings
3829lib-dynload/*codec*
@@ -80,13 +71,13 @@ lib-dynload/_lsprof.so
8071lib-dynload/*audioop.so
8172lib-dynload/mmap.so
8273lib-dynload/_hotshot.so
83- lib-dynload/_csv.so
84- lib-dynload/future_builtins.so
8574lib-dynload/_heapq.so
8675lib-dynload/_json.so
8776lib-dynload/grp.so
8877lib-dynload/resource.so
8978lib-dynload/pyexpat.so
79+ lib-dynload/_ctypes_test.so
80+ lib-dynload/_testcapi.so
9081
9182# odd files
9283plat-linux3/regen
You can’t perform that action at this time.
0 commit comments