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