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