mirror of
https://github.com/RPCS3/soundtouch.git
synced 2024-11-08 20:12:27 +01:00
41 lines
516 B
Plaintext
41 lines
516 B
Plaintext
bin
|
|
lib
|
|
|
|
# Win build files
|
|
*.dll
|
|
*.exe
|
|
*.lib
|
|
|
|
# GNU build files
|
|
*.o
|
|
*.so*
|
|
*.lo
|
|
*.P*
|
|
*.la*
|
|
*.a
|
|
*.pc
|
|
*config*
|
|
Makefile
|
|
Makefile.in
|
|
.libs
|
|
aclocal.m4
|
|
autom4te.cache
|
|
stamp-*
|
|
libtool
|
|
soundstretch
|
|
|
|
# Files generated by MSVC
|
|
*.bsc
|
|
*.suo
|
|
*.sdf
|
|
*.filters
|
|
*.user
|
|
source/SoundTouch/Win32/
|
|
source/SoundTouch/x64/
|
|
source/SoundStretch/Win32/
|
|
source/SoundStretch/x64/
|
|
source/SoundTouchDll/Win32/
|
|
source/SoundTouchDll/x64/
|
|
source/SoundTouchDll/DllTest/Win32/
|
|
source/SoundTouchDll/DllTest/x64/
|