First Commit
This commit is contained in:
55
externals/soundtouch/.gitignore
vendored
Normal file
55
externals/soundtouch/.gitignore
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
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/
|
||||
.vs
|
||||
|
||||
# Files generated by Android Studio
|
||||
source/android-lib/.gradle
|
||||
source/android-lib/.idea
|
||||
**/*.iml
|
||||
source/android-lib/local.properties
|
||||
source/android-lib/build
|
||||
source/android-lib/.externalNativeBuild
|
||||
|
||||
# CMake build directory
|
||||
build*
|
||||
CMakeFiles
|
||||
CMakeCache.txt
|
||||
*.cmake
|
||||
Reference in New Issue
Block a user