File tree Expand file tree Collapse file tree 2 files changed +590
-0
lines changed Expand file tree Collapse file tree 2 files changed +590
-0
lines changed Original file line number Diff line number Diff line change
1
+ # eggs
2
+ *.egg-info
3
+
4
+ # unit test
5
+ unittest/*
6
+
7
+ # python config
8
+ config/makesetup
9
+
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
+ # unused kivy files (platform specific)
28
+ kivy/input/providers/wm_*
29
+ kivy/input/providers/mactouch*
30
+ kivy/input/providers/probesysfs*
31
+ kivy/input/providers/mtdev*
32
+ kivy/input/providers/hidinput*
33
+ kivy/core/camera/camera_videocapture*
34
+ kivy/core/spelling/*osx*
35
+ kivy/core/video/video_pyglet*
36
+
37
+ # unused encodings
38
+ lib-dynload/*codec*
39
+ encodings/cp*.pyo
40
+ encodings/tis*
41
+ encodings/shift*
42
+ encodings/bz2*
43
+ encodings/iso*
44
+ encodings/undefined*
45
+ encodings/johab*
46
+ encodings/p*
47
+ encodings/m*
48
+ encodings/euc*
49
+ encodings/k*
50
+ encodings/unicode_internal*
51
+ encodings/quo*
52
+ encodings/gb*
53
+ encodings/big5*
54
+ encodings/hp*
55
+ encodings/hz*
56
+
57
+ # unused python modules
58
+ bsddb/*
59
+ wsgiref/*
60
+ hotshot/*
61
+ pydoc_data/*
62
+ tty.pyo
63
+ anydbm.pyo
64
+ nturl2path.pyo
65
+ LICENCE.txt
66
+ macurl2path.pyo
67
+ dummy_threading.pyo
68
+ audiodev.pyo
69
+ antigravity.pyo
70
+ dumbdbm.pyo
71
+ sndhdr.pyo
72
+ __phello__.foo.pyo
73
+ sunaudio.pyo
74
+ os2emxpath.pyo
75
+ multiprocessing/dummy*
76
+
77
+ # unused binaries python modules
78
+ lib-dynload/termios.so
79
+ lib-dynload/_lsprof.so
80
+ lib-dynload/*audioop.so
81
+ lib-dynload/mmap.so
82
+ lib-dynload/_hotshot.so
83
+ lib-dynload/_csv.so
84
+ lib-dynload/future_builtins.so
85
+ lib-dynload/_heapq.so
86
+ lib-dynload/_json.so
87
+ lib-dynload/grp.so
88
+ lib-dynload/resource.so
89
+ lib-dynload/pyexpat.so
90
+
91
+ # odd files
92
+ plat-linux3/regen
93
+
94
+ #>sqlite3
95
+ # conditionnal include depending if some recipes are included or not.
96
+ sqlite3/*
97
+ lib-dynload/_sqlite3.so
98
+ #<sqlite3
99
+
You can’t perform that action at this time.
0 commit comments