first commit
This commit is contained in:
52
third_party/portaudio/.gitignore
vendored
Normal file
52
third_party/portaudio/.gitignore
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# annoying files
|
||||
**/.DS_Store
|
||||
|
||||
# Generated by configure and make
|
||||
Makefile
|
||||
bin-stamp
|
||||
bin/*
|
||||
config.log
|
||||
config.status
|
||||
lib-stamp
|
||||
lib/*
|
||||
libtool
|
||||
portaudio-2.0.pc
|
||||
autom4te.cache/*
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# Visual Studio 2017/2019 state folder
|
||||
.vs/
|
||||
|
||||
# Visual Studio CMake build output folder
|
||||
out/
|
||||
|
||||
# Visual Studio CMake settings file
|
||||
CMakeSettings.json
|
||||
Reference in New Issue
Block a user