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

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$