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