To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

The primary repository for this project is hosted at https://github.com/sonic-visualiser/sv-dependency-builds .
This repository is a read-only copy which is updated automatically every hour.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / src / portaudio_20161030_catalina_patch / .gitignore @ 164:9fa11135915a

History | View | Annotate | Download (399 Bytes)

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