forked from csound/csound
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
212 lines (185 loc) · 2.85 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
# Intermediate object files
*.o
*.os
*.so
# Opcode libraries
/lib*.*
/tclcsound.*
/csladspa.*
# Final library
/libcsound*
# SCons cache and log
/.scon*
/config.log
# Bison & Flex output
/Engine/csound_orclex.c
/Engine/csound_orcparse.[hc]
/Engine/csound_orcparse.output
/Engine/csound_prelex.c
# gettext output files are all placed in subdirs
/po/*/
# Output executables
atsa
atsa.exe
cs
cs.exe
csb64enc
csb64enc.exe
csbeats
csbeats.exe
csound
csound.exe
cstclsh
cstclsh.exe
cswish
cswish.exe
cvanal
cvanal.exe
dnoise
dnoise.exe
envext
envext.exe
extract
extract.exe
extractor
extractor.exe
het_export
het_export.exe
het_import
het_import.exe
hetro
hetro.exe
lpanal
lpanal.exe
lpc_export
lpc_export.exe
lpc_import
lpc_import.exe
mkdb
mkdb.exe
makecsd
makecsd.exe
mixer
mixer.exe
pv_export
pv_export.exe
pv_import
pv_import.exe
pvanal
pvanal.exe
pvlook
pvlook.exe
scale
scale.exe
scot
scot.exe
scsort
scsort.exe
sdif2ad
sdif2ad.exe
sndinfo
sndinfo.exe
srconv
srconv.exe
winsound
winsound.exe
# PD external
/csoundapi*.*
# C++ lib
/libcsnd*
# Python wrappers
csnd.py
csnd.pyc
_csnd.so
# CsoundAC
/libCsoundAC*
CsoundAC.py
csladspa.so
# SWIG Wrappers
*_wrap.cc
*_wrap.h
interfaces/*.java
csnd.jar
*.class
#Loris anf Perry's stuff
Opcodes/Loris/*
loris.py
Opcodes/stk/*/
# Vim swap files
*.swp
## backups
*~
## Others
TAGS
po/old_*
*.wav
##Release_Notes/*
.DS_Store
/CsoundLib64*
examples/java/CSDPlayer.jar
examples/java/CsoundEditor.jar
## Build scripts
build
buildD
## Installer Resources
installer/macosx/DmgResources
installer/macosx/201*
## Generated Doxygen
doc/html
doc/doxygen
#Generated files if running in-source CMake build
cmake_install.cmake
CMakeFiles/
Makefile
cmake_install.cmake
/cmake_uninstall.cmake
CTestTestfile.cmake
/CMakeCache.txt
/interfaces/*wrap.cxx
.dylib
/csound_orclex.c
/csound_orcparse.c
/csound_orcparse.h
/csound_orcparse.output
/csound_prelex.c
/frontends/beats.tab.c
/frontends/beats.tab.h
/frontends/beatslex.yy.c
/tests/c/*Test
*.swo
results.txt
*.pyc
Custom.cmake
Engine/.csound_orc.l.swn
Engine/.csound_orc.y.swn
*.swm
android/CSDPlayer/assets/samples/README
android/CSDPlayer/assets/samples/hrtf-44100-left.dat
android/CSDPlayer/assets/samples/hrtf-44100-right.dat
android/CSDPlayer/assets/samples/hrtf-48000-left.dat
android/CSDPlayer/assets/samples/hrtf-48000-right.dat
android/CSDPlayer/assets/samples/hrtf-96000-left.dat
android/CSDPlayer/assets/samples/hrtf-96000-right.dat
android/CSDPlayer/assets/samples/sf_GMbank.sf2
nacl/csound_orclex.c
nacl/csound_orcparse.c
nacl/csound_orcparse.h
nacl/csound_prelex.c
nacl/pnacl
# Xcode
xcshareddata/
*.xcuserstate
*.xccheckout
project.xcworkspace/
xcuserdata/
*.bz2
tests/soak/CheckSums
tests/soak/Output
Opcodes/stk/
# Emscripten
emscripten/examples/javascripts/CsoundObj.js
emscripten/examples/javascripts/libcsound.js
emscripten/dist-wasm
# Alleged copyright violation.
vst4cs/src
compile_commands.json