aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/.gitignore
blob: 5afcbedc23c2134f740896db0b08f668e291f571 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Match at any level.
*~
autom4te.cache

# Compiler derivatives
#
# Do not use too creative wildcards.
# Those might ignore files that should not be ignored.

i686-pc-linux-gnu
x86_64-unknown-linux-gnu
i386-apple-darwin[0-9]*.[0-9]*.[0-9]*
sparc-sun-solaris[0-9]*.[0-9]*
i386-pc-solaris[0-9]*.[0-9]*
i386-unknown-freebsd[0-9]*.[0-9]*
tile-tilera-linux-gnu
powerpc-unknown-linux-gnu

# Mac OS X
a.out.dSYM/

# Anchored from $DIAMETER_TOP
/config.log
/config.status

/Makefile
/configure


# General patterns for applications in lib.
#
# Assume that all test/Emakefiles are generated.
#
# Any application with a checked-in test/Emakefile should
# use a negative pattern in its own .gitignore.

#
# Files generated by configure.
#

/configure
/config.log
/config.status


#
# Generated documentation. (ie. not doc/src)
#

/doc/[^s]*


#
# Files generated when building/running tests
#

/test/*.log