add html package
[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 #Packages:
30 ^libraries/Cabal/
31 ^libraries/ALUT/
32 ^libraries/GLUT/
33 ^libraries/HGL/
34 ^libraries/HUnit/
35 ^libraries/HaXml/
36 ^libraries/Japi/
37 ^libraries/ObjectIO/
38 ^libraries/OpenAL/
39 ^libraries/OpenGL/
40 ^libraries/QuickCheck/
41 ^libraries/Win32/
42 ^libraries/X11/
43 ^libraries/arrows/
44 ^libraries/base/
45 ^libraries/fgl/
46 ^libraries/haskell-src/
47 ^libraries/haskell98/
48 ^libraries/html/
49 ^libraries/monads/
50 ^libraries/mtl/
51 ^libraries/network/
52 ^libraries/parsec/
53 ^libraries/readline/
54 ^libraries/stm/
55 ^libraries/template-haskell/
56 ^libraries/time/
57 ^libraries/unix/
58 # Boring file regexps:
59 \.hi$
60 \.o$
61 \.o\.cmd$
62 # *.ko files aren't boring by default because they might
63 # be Korean translations rather than kernel modules.
64 # \.ko$
65 \.ko\.cmd$
66 \.mod\.c$
67 (^|/)\.tmp_versions($|/)
68 (^|/)CVS($|/)
69 (^|/)RCS($|/)
70 ~$
71 #(^|/)\.[^/]
72 (^|/)_darcs($|/)
73 \.bak$
74 \.BAK$
75 \.orig$
76 (^|/)vssver\.scc$
77 \.swp$
78 (^|/)MT($|/)
79 (^|/)\{arch\}($|/)
80 (^|/).arch-ids($|/)
81 (^|/),
82 \.class$
83 \.prof$
84 (^|/)\.DS_Store$
85 (^|/)BitKeeper($|/)
86 (^|/)ChangeSet($|/)
87 (^|/)\.svn($|/)
88 \.py[co]$
89 \#
90 \.cvsignore$
91 (^|/)Thumbs\.db$