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