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