Updated boring file to exclude bootstrap dirs and include .hi files
[ghc-hetmet.git] / .darcs-boring
1 #Top-level dirs:
2 ^compiler/
3 ^CONTRIB/
4 ^includes/
5 ^lib/
6 ^misc/
7 ^mkworld/
8 ^runtime/
9 ^utils/
10 ^driver/
11 # Boring file regexps:
12 #\.hi$
13 \.o$
14 \.o\.cmd$
15 # *.ko files aren't boring by default because they might
16 # be Korean translations rather than kernel modules.
17 # \.ko$
18 \.ko\.cmd$
19 \.mod\.c$
20 (^|/)\.tmp_versions($|/)
21 (^|/)CVS($|/)
22 (^|/)RCS($|/)
23 ~$
24 #(^|/)\.[^/]
25 (^|/)_darcs($|/)
26 \.bak$
27 \.BAK$
28 \.orig$
29 (^|/)vssver\.scc$
30 \.swp$
31 (^|/)MT($|/)
32 (^|/)\{arch\}($|/)
33 (^|/).arch-ids($|/)
34 (^|/),
35 \.class$
36 \.prof$
37 (^|/)\.DS_Store$
38 (^|/)BitKeeper($|/)
39 (^|/)ChangeSet($|/)
40 (^|/)\.svn($|/)
41 \.py[co]$
42 \#
43 \.cvsignore$
44 (^|/)Thumbs\.db$