Add a skeleton libraries directory
[ghc-hetmet.git] / .darcs-boring
1 #Top-level dirs:
2 ^alex/
3 ^common-rts/
4 ^compiler/
5 ^CONTRIB/
6 ^dll/
7 ^greencard/
8 ^green-card/
9 ^haddock/
10 ^haggis/
11 ^happy/
12 ^hdirect/
13 ^hood/
14 ^hslibs/
15 ^hws/
16 ^hx/
17 ^literate/
18 ^mhms/
19 ^mkworld/
20 ^nofib/
21 ^includes/
22 ^lib/
23 ^misc/
24 ^mkworld/
25 ^runtime/
26 ^utils/
27 ^driver/
28 ^testsuite/
29 # Boring file regexps:
30 \.hi$
31 \.o$
32 \.o\.cmd$
33 # *.ko files aren't boring by default because they might
34 # be Korean translations rather than kernel modules.
35 # \.ko$
36 \.ko\.cmd$
37 \.mod\.c$
38 (^|/)\.tmp_versions($|/)
39 (^|/)CVS($|/)
40 (^|/)RCS($|/)
41 ~$
42 #(^|/)\.[^/]
43 (^|/)_darcs($|/)
44 \.bak$
45 \.BAK$
46 \.orig$
47 (^|/)vssver\.scc$
48 \.swp$
49 (^|/)MT($|/)
50 (^|/)\{arch\}($|/)
51 (^|/).arch-ids($|/)
52 (^|/),
53 \.class$
54 \.prof$
55 (^|/)\.DS_Store$
56 (^|/)BitKeeper($|/)
57 (^|/)ChangeSet($|/)
58 (^|/)\.svn($|/)
59 \.py[co]$
60 \#
61 \.cvsignore$
62 (^|/)Thumbs\.db$