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
+
1
5
# eggs
2
6
*.egg-info
3
7
@@ -7,23 +11,6 @@ unittest/*
7
11
# python config
8
12
config/makesetup
9
13
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
-
27
14
# unused kivy files (platform specific)
28
15
kivy/input/providers/wm_*
29
16
kivy/input/providers/mactouch*
@@ -33,6 +20,10 @@ kivy/input/providers/hidinput*
33
20
kivy/core/camera/camera_videocapture*
34
21
kivy/core/spelling/*osx*
35
22
kivy/core/video/video_pyglet*
23
+ kivy/tools
24
+ kivy/tests/*
25
+ kivy/*/*.h
26
+ kivy/*/*.pxi
36
27
37
28
# unused encodings
38
29
lib-dynload/*codec*
@@ -80,13 +71,13 @@ lib-dynload/_lsprof.so
80
71
lib-dynload/*audioop.so
81
72
lib-dynload/mmap.so
82
73
lib-dynload/_hotshot.so
83
- lib-dynload/_csv.so
84
- lib-dynload/future_builtins.so
85
74
lib-dynload/_heapq.so
86
75
lib-dynload/_json.so
87
76
lib-dynload/grp.so
88
77
lib-dynload/resource.so
89
78
lib-dynload/pyexpat.so
79
+ lib-dynload/_ctypes_test.so
80
+ lib-dynload/_testcapi.so
90
81
91
82
# odd files
92
83
plat-linux3/regen
You can’t perform that action at this time.
0 commit comments