diff options
author | sanine <sanine.not@pm.me> | 2022-08-27 23:52:56 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-08-27 23:52:56 -0500 |
commit | a4dd0ad63c00f4dee3b86dfd3075d1d61b2b3180 (patch) | |
tree | 13bd5bfa15e6fea2a12f176bae79adf9c6fd0933 /3rdparty/portaudio/.gitignore | |
parent | bde3e4f1bb7b8f8abca0884a7d994ee1c17a66b1 (diff) |
add plibsys
Diffstat (limited to '3rdparty/portaudio/.gitignore')
-rw-r--r-- | 3rdparty/portaudio/.gitignore | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/3rdparty/portaudio/.gitignore b/3rdparty/portaudio/.gitignore new file mode 100644 index 0000000..ed72e3d --- /dev/null +++ b/3rdparty/portaudio/.gitignore @@ -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 |