agent/: add unused qualifier to various parameters
[sipe-libnice.git] / _boring
blobcd79380a860e36a275be9bdc5a41f7e84a8ae240
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$
73 # agent/ stuff
74 ^agent/libagent.la$
75 ^agent/test$
76 ^agent/test-add-stream$
77 ^agent/test-recv$
78 ^agent/test-stun$
79 ^agent/test-priority$
80 ^agent/test-send$
82 # stun/ stuff
83 ^stun/libstun.la$
84 ^stun/stun-client$
85 ^stun/stun-server$
86 ^stun/test-attribute-dump$
87 ^stun/test-attribute-dump-unknown$
88 ^stun/test-attribute-pack$
89 ^stun/test-attribute-pack-unknown$
90 ^stun/test-attribute-unpack$
91 ^stun/test-attribute-unpack-unknown$
92 ^stun/test-attribute-unpack-wrong-length$
93 ^stun/test-message-dump$
94 ^stun/test-message-dump-unknown$
95 ^stun/test-message-pack$
96 ^stun/test-message-unpack$
98 # local/ stuff
99 ^local/liblocal.la$
100 ^local/list-local-interfaces$
102 # udp/ stuff
103 ^udp/libudp.la$
104 ^udp/udp-client$
105 ^udp/udp-echo-server$
106 ^udp/test-fake$
107 ^udp/test-bsd$
109 # nice/ stuff
110 ^nice/libnice.la$
111 ^nice/libnice.pc$
112 ^nice/ice-test-client$
113 ^nice/ice-test-server$
114 ^nice/jingle-test-server$
115 ^nice/test-readline$
116 ^nice/test-util$
118 # random/ stuff
119 ^random/librandom.la$
120 ^random/test$
122 # gst/ stuff
123 ^gst/libgstnice.la$