Warn on failure to find a component
[sipe-libnice.git] / _boring
blob2f80a59466d5b3c85667a9a5f4977ba66baa7219
1 # Boring file regexps:
2 \.hi$
3 \.o$
4 \.o\.cmd$
5 # *.ko files aren't boring by default because they might
6 # be Korean translations rather than kernel modules.
7 # \.ko$
8 \.ko\.cmd$
9 \.mod\.c$
10 (^|/)\.tmp_versions($|/)
11 (^|/)CVS($|/)
12 (^|/)RCS($|/)
14 #(^|/)\.[^/]
15 (^|/)_darcs($|/)
16 \.bak$
17 \.BAK$
18 \.orig$
19 (^|/)vssver\.scc$
20 \.swn$
21 \.swo$
22 \.swp$
23 (^|/)MT($|/)
24 (^|/)\{arch\}($|/)
25 (^|/).arch-ids($|/)
26 (^|/),
27 \.class$
28 \.prof$
29 (^|/)\.DS_Store$
30 (^|/)BitKeeper($|/)
31 (^|/)ChangeSet($|/)
32 (^|/)\.svn($|/)
33 \.py[co]$
35 \.cvsignore$
36 (^|/)Thumbs\.db$
37 (^|/)autom4te\.cache($|/)
38 (^|/)core$
39 \.gc(no|da)$
40 (^|/)scratch$
41 \.cdbs-orig$
43 # autofoo files
44 ^missing
45 ^install-sh$
46 ^configure$
47 ^depcomp$
48 ^aclocal.m4$
49 ^compile$
50 ^config.h$
51 ^config.h.in$
52 ^config.guess$
53 ^config.log$
54 ^config.status$
55 ^config.sub$
56 ^stamp-h1$
57 (^|/)Makefile.in$
58 (^|/)Makefile$
59 (^|/)\.deps$
60 (^|/)\.libs$
61 ^ltmain.sh$
62 ^libtool$
63 \.lo$
65 # top level stuff
66 ^lcov($|/)
67 ^doc($|/)
68 ^debian($|/)
70 # address/ stuff
71 ^address/libaddress.la$
72 ^address/test$
74 # agent/ stuff
75 ^agent/libagent.la$
76 ^agent/test$
77 ^agent/test-add-remove-stream$
78 ^agent/test-recv$
79 ^agent/test-stun$
80 ^agent/test-priority$
81 ^agent/test-send$
82 ^agent/test-poll$
83 ^agent/test-mainloop$
84 ^agent/agent-signals-marshal.h$
85 ^agent/agent-signals-marshal.c$
87 # stun/ stuff
88 ^stun/libstun.la$
89 ^stun/stun-client$
90 ^stun/stun-server$
91 ^stun/test-attribute-dump$
92 ^stun/test-attribute-dump-unknown$
93 ^stun/test-attribute-pack$
94 ^stun/test-attribute-pack-unknown$
95 ^stun/test-attribute-unpack$
96 ^stun/test-attribute-unpack-unknown$
97 ^stun/test-attribute-unpack-wrong-length$
98 ^stun/test-message-dump$
99 ^stun/test-message-dump-unknown$
100 ^stun/test-message-pack$
101 ^stun/test-message-unpack$
103 # local/ stuff
104 ^local/liblocal.la$
105 ^local/list-local-interfaces$
107 # udp/ stuff
108 ^udp/libudp.la$
109 ^udp/udp-client$
110 ^udp/udp-echo-server$
111 ^udp/test-fake$
112 ^udp/test-bsd$
114 # nice/ stuff
115 ^nice/libnice.la$
116 ^nice/libnice.pc$
117 ^nice/ice-test-client$
118 ^nice/ice-test-server$
119 ^nice/jingle-test-server$
120 ^nice/test-readline$
121 ^nice/test-util$
123 # random/ stuff
124 ^random/librandom.la$
125 ^random/test$
127 # gst/ stuff
128 ^gst/libgstnice.la$
129 ^gst/jingle-gst-test-server$