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