42 lines
399 B
Text
42 lines
399 B
Text
# 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
|
|
|
|
# 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
|