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