forked from audacity/audacity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
183 lines (158 loc) · 2.91 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
CMakeUserPresets.json
# Autotools generated files
locale/Makefile.in
Makefile
aclocal.m4
autom4te.cache
config.status
bin-stamp
.deps
.dirstamp
lib-stamp
libtool
stamp-h*
stamp-po
*.stamp
# Handcrafted makefiles
!lib-src/lv2/Makefile
!lib-src/mod-script-pipe/Makefile
# Generated files by build system
lib-src/libsoxr/soxr-config.h
lib-src/libsoxr/src/libsoxr-dev.src
lib-src/libsoxr/src/libsoxr.src
lib-src/libsoxr/tests/ref-*.s32
lib-src/sbsms/libsbsms.spec
lib-src/sbsms/src/config.h
lib-src/soundtouch/include/soundtouch_config.h
lib-src/twolame/doc/html/Doxyfile
lib-src/twolame/libtwolame/config.h
locale/POTFILES
src/audacity.desktop
src/RevisionIdent.h
src/configunix.h
src/configwin.h
*.pc
# CMake build output
lib-src/libsoxr/CMakeCache.txt
lib-src/libsoxr/*.cmake
CMakeFiles/
CTestTestfile.cmake
cmake_install.cmake
build/*
# Waf build output
lib-src/lv2/.buildvars
lib-src/lv2/include/
lib-src/lv2/*/build/
lib-src/lv2/srcdir.mk
.lock-waf_linux2_build
# Mac build outputs
mac/Audacity.xcodeproj/project.xcworkspace/contents.xcworkspacedata
mac/Audacity.xcodeproj/project.xcworkspace/xcshareddata/Audacity.xccheckout
mac/Makefile
mac/confdefs.h
mac/config.status
mac/conftest.c
mac/help/
mac/images/
mac/lib-src/
mac/libtool
mac/po/
mac/src/
mac/tests/
# Doxygen output
dox/
# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.pyc
# Other unwanted files.
*.suo
*.sdf
*.exp
*.ilk
*.pdb
*.idb
*.lastbuild
*.log
*.tlog
*.ipch
*.opensdf
*.vcxproj.user
*.sbr
*.bsc
# Precompiled Headers
*.gch
*.pch
*.ncb
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled translation files (GNU Machine Object)
*.gmo
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.app
# Executable without extension
/audacity
src/audacity
lib-src/libsoxr/examples/1a-lsr
lib-src/libsoxr/examples/3-options-input-fn
lib-src/libsoxr/tests/vector-cmp
lib-src/libsoxr/tests/vector-gen
lib-src/soundtouch/source/SoundStretch/soundstretch
lib-src/twolame/frontend/twolame
lib-src/twolame/simplefrontend/stwolame
# Mac Specific
.DS_Store
xcuserdata
*.xcconfig
mac/build
# Windows specific
win/Debug
win/Release
win/Projects/*/Debug
win/Projects/*/Release
win/.vs/
win/packages
win/.nuget
win-alt-build
# All those help files
help/manual*
help/temp*
# Misc
src/RevisionIdent.h
win/resetPrefs.txt
libraries/lib-music-information-retrieval/tests/benchmarking-dataset/
libraries/lib-music-information-retrieval/tests/TatumQuantizationFitVisualization/debug_output.py
libraries/lib-music-information-retrieval/tests/TatumQuantizationFitVisualization/stft_log.py
libraries/lib-music-information-retrieval/tests/TatumQuantizationFitVisualization/__pycache__/
# Emacs backup files
*~
win/xaudacity.ico
*.sublime-project
*.sublime-workspace
/tests/results/*.png
#other files that get in the way
*/not-for-git/*
*.dll
.idea/
.vscode/
# AppImage
linuxdeploy/*
appimagetool/*
.build.*/
.conan/
.debug/
build-*
build.release/
build.debug/
build.install/
build.artifacts/