forked from toots/shine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
87 lines (87 loc) · 1.21 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
*.swp
obj
libs
compile
android/
js/src/post-node.js
!android/*.mk
shine
shine.pc
m4
/Makefile
Makefile.in
aclocal.m4
autom4te.cache/
config.guess
config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
src/.deps/
src/.libs/
src/unused
src/Makefile
src/Makefile.in
src/bitstream.lo
src/bitstream.o
src/formatbits.lo
src/formatbits.o
src/huffman.lo
src/huffman.o
src/l3bitstream.lo
src/l3bitstream.o
src/l3loop.lo
src/l3loop.o
src/l3mdct.lo
src/l3mdct.o
src/l3subband.lo
src/l3subband.o
src/layer3.lo
src/layer3.o
src/libshine.la
src/main.o
src/reservoir.lo
src/reservoir.o
src/shineenc
src/tables.lo
src/tables.o
src/wave.o
.libs/
libshine.la
shineenc
src/bin/.deps/
src/bin/.dirstamp
src/bin/shineenc-main.o
src/bin/shineenc-wave.o
src/lib/.deps/
src/lib/.dirstamp
src/lib/.libs/
src/lib/bitstream.lo
src/lib/bitstream.o
src/lib/formatbits.lo
src/lib/formatbits.o
src/lib/huffman.lo
src/lib/huffman.o
src/lib/l3bitstream.lo
src/lib/l3bitstream.o
src/lib/l3loop.lo
src/lib/l3loop.o
src/lib/l3mdct.lo
src/lib/l3mdct.o
src/lib/l3subband.lo
src/lib/l3subband.o
src/lib/layer3.lo
src/lib/layer3.o
src/lib/reservoir.lo
src/lib/reservoir.o
src/lib/tables.lo
src/lib/tables.o
shine-*.tar.gz
*.o
*.mp3
node_modules