Mercurial > hg > sv-dependency-builds
comparison src/portaudio_20161030/.gitignore @ 55:284acf908dcd
Add source for PortAudio stable v190600_20161030
| author | Chris Cannam |
|---|---|
| date | Tue, 03 Jan 2017 13:44:07 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 54:5f67a29f0fc7 | 55:284acf908dcd |
|---|---|
| 1 # Compiled Object files | |
| 2 *.slo | |
| 3 *.lo | |
| 4 *.o | |
| 5 *.obj | |
| 6 | |
| 7 # annoying files | |
| 8 **/.DS_Store | |
| 9 | |
| 10 # Generated by configure and make | |
| 11 Makefile | |
| 12 bin-stamp | |
| 13 bin/* | |
| 14 config.log | |
| 15 config.status | |
| 16 lib-stamp | |
| 17 lib/* | |
| 18 libtool | |
| 19 portaudio-2.0.pc | |
| 20 | |
| 21 # Precompiled Headers | |
| 22 *.gch | |
| 23 *.pch | |
| 24 | |
| 25 # Compiled Dynamic libraries | |
| 26 *.so | |
| 27 *.dylib | |
| 28 *.dll | |
| 29 | |
| 30 # Fortran module files | |
| 31 *.mod | |
| 32 | |
| 33 # Compiled Static libraries | |
| 34 *.lai | |
| 35 *.la | |
| 36 *.a | |
| 37 *.lib | |
| 38 | |
| 39 # Executables | |
| 40 *.exe | |
| 41 *.out | |
| 42 *.app |
