diff options
Diffstat (limited to 'portaudio/.gitignore')
-rw-r--r-- | portaudio/.gitignore | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/portaudio/.gitignore b/portaudio/.gitignore new file mode 100644 index 0000000..ed72e3d --- /dev/null +++ b/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 |