summaryrefslogtreecommitdiff
path: root/_boring
blob: dd9cad6dd6665486d14c12f1c03ffa3ec8124759 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Boring file regexps:
\.hi$
\.o$
\.lo$
\.o\.cmd$
\.ko$
\.ko\.cmd$
\.mod\.c$
(^|/)\.tmp_versions($|/)
(^|/)CVS($|/)
(^|/)RCS($|/)
~$
#(^|/)\.[^/]
(^|/)_darcs($|/)
\.bak$
\.BAK$
\.orig$
(^|/)vssver\.scc$
\.swp$
\.swo$
(^|/)MT($|/)
(^|/)\{arch\}($|/)
(^|/).arch-ids($|/)
(^|/),
\.class$
\.prof$
(^|/)\.DS_Store$
(^|/)BitKeeper($|/)
(^|/)ChangeSet($|/)
(^|/)\.svn($|/)
\.py[co]$
\#
\.cvsignore$
(^|/)Thumbs\.db$
(^|/)Makefile$
(^|/)Makefile.in$
^aclocal.m4$
^autom4te.cache($|/)
^config.guess$
^config.cache$
^config.h$
^config.h.in$
^config.log$
^config.status$
^config.sub$
^configure$
^install-sh$
^libtool$
^ltmain.sh$
^missing$
^stamp-h1$
^depcomp$
^compile$
^INSTALL$
^gtk-doc\.make$
^m4/gtk-doc\.m4$
(^|/).deps($|/)
(^|/).libs($|/)
\.lo$
\.la$
\.gcno$
\.gcda$
\.gcov$
\-glue.(c|h)$
\-marshal.(c|h)$
\-enumtypes.(c|h)$
\-bindings.(c|h)$
\-gen.h$
\.pc$
(^|/)_gen(/|$)
^tests/test-[-a-z9-9]+$
^tests/[-a-z]+/test-[-a-z0-9]+$
(^|/)cscope\.out$
(^|/)core$
^debian($|/)
^tags$
^telepathy-glib-0
^docs/reference/xml($|/)
^docs/reference/tmpl/.*\.sgml$
^docs/reference/tmpl/.*\.sgml$
^docs/reference/.*\.stamp$
^docs/reference/html($|/)
^docs/reference/telepathy-glib\.(args|hierarchy|interfaces|prerequisites|signals)$
^docs/reference/telepathy-glib-(undocumented|unused|undeclared|decl|decl-list)\.txt$
^examples/client/telepathy-example-[a-z-]+$
^examples/client/[^/]+/telepathy-example-[a-z-]+$
^examples/cm/[^/]+/telepathy-example-[a-z-]+$
^examples/extensions/extensions\.html$
^tools/telepathy-glib-env$
^FIXME\.out$