summaryrefslogtreecommitdiffstats
path: root/.hgignore
blob: dc63acfc68a5885eb343b945197ad3a906c2b518 (plain)
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

syntax: regexp
^\.project$
syntax: regexp
^\.cproject$
syntax: regexp
^config\.log$
syntax: regexp
^config\.status$
syntax: regexp
^libtool$
syntax: regexp
^Makefile$
syntax: regexp
^config\.h$
syntax: regexp
/Makefile$
syntax: regexp
^stamp-h1$
syntax: regexp
/.deps/
/.libs/
syntax: regexp
\.o$
syntax: regexp
^src/mad$
syntax: regexp
^src/madc$
syntax: regexp
^src/mad-core$
syntax: regexp
\.lo$
syntax: regexp
\.la$
syntax: regexp
^autom4te\.cache/
~$
^.settings/

syntax: regexp
^configure\.lineno$
^src/mad-core\.log$

syntax: regexp
^lib/time\.h$
syntax: regexp
^lib/glthread/\.dirstamp$