add new regex packages
[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/cgi/
46 ^libraries/fgl/
47 ^libraries/haskell-src/
48 ^libraries/haskell98/
49 ^libraries/html/
50 ^libraries/monads/
51 ^libraries/mtl/
52 ^libraries/network/
53 ^libraries/parsec/
54 ^libraries/readline/
55 ^libraries/regex-base/
56 ^libraries/regex-compat/
57 ^libraries/regex-posix/
58 ^libraries/stm/
59 ^libraries/template-haskell/
60 ^libraries/time/
61 ^libraries/unix/
62 ^libraries/xhtml/
63 # Boring file regexps:
64 \.hi$
65 \.o$
66 \.o\.cmd$
67 # *.ko files aren't boring by default because they might
68 # be Korean translations rather than kernel modules.
69 # \.ko$
70 \.ko\.cmd$
71 \.mod\.c$
72 (^|/)\.tmp_versions($|/)
73 (^|/)CVS($|/)
74 (^|/)RCS($|/)
75 ~$
76 #(^|/)\.[^/]
77 (^|/)_darcs($|/)
78 \.bak$
79 \.BAK$
80 \.orig$
81 (^|/)vssver\.scc$
82 \.swp$
83 (^|/)MT($|/)
84 (^|/)\{arch\}($|/)
85 (^|/).arch-ids($|/)
86 (^|/),
87 \.class$
88 \.prof$
89 (^|/)\.DS_Store$
90 (^|/)BitKeeper($|/)
91 (^|/)ChangeSet($|/)
92 (^|/)\.svn($|/)
93 \.py[co]$
94 \#
95 \.cvsignore$
96 (^|/)Thumbs\.db$