use qt resources for icons
[mussa.git] / .boring
1 # Boring file regexps:
2 # doxygen output
3 #(^|/)doc($|/)
4 # depends files
5 \.d$
6 # qt
7 moc_.*\.cpp$
8 qrc_(^|/)*$
9 (^|/)mussagl.app($|/)
10 # mussa specific thingies
11 \.museq$
12 \.muway$
13 \.flp$
14 # darcs boring file
15 \.hi$
16 \.o$
17 \.o\.cmd$
18 # *.ko files aren't boring by default because they might
19 # be Korean translations rather than kernel modules.
20 # \.ko$
21 \.ko\.cmd$
22 \.mod\.c$
23 (^|/)\.tmp_versions($|/)
24 (^|/)CVS($|/)
25 (^|/)RCS($|/)
26 ~$
27 #(^|/)\.[^/]
28 (^|/)_darcs($|/)
29 \.bak$
30 \.BAK$
31 \.orig$
32 (^|/)vssver\.scc$
33 \.swp$
34 (^|/)MT($|/)
35 (^|/)\{arch\}($|/)
36 (^|/).arch-ids($|/)
37 (^|/),
38 \.class$
39 \.prof$
40 (^|/)\.DS_Store$
41 (^|/)BitKeeper($|/)
42 (^|/)ChangeSet($|/)
43 (^|/)\.svn($|/)
44 \.py[co]$
45 \#
46 \.cvsignore$
47 (^|/)Thumbs\.db$