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