Massive patch for the first months work adding System FC to GHC #4
[ghc-hetmet.git] / .darcs-boring
1 #Top-level dirs:
2 ^alex/
3 ^common-rts/
4 ^CONTRIB/
5 ^dll/
6 ^greencard/
7 ^green-card/
8 ^haddock/
9 ^haggis/
10 ^happy/
11 ^hdirect/
12 ^hood/
13 ^hslibs/
14 ^hws/
15 ^hx/
16 ^literate/
17 ^mhms/
18 ^mkworld/
19 ^nofib/
20 ^includes/
21 ^lib/
22 ^misc/
23 ^mkworld/
24 ^runtime/
25 ^utils/
26 ^driver/
27 ^testsuite/
28 #Packages:
29 ^libraries/Cabal/
30 ^libraries/ALUT/
31 ^libraries/GLUT/
32 ^libraries/HGL/
33 ^libraries/HUnit/
34 ^libraries/HaXml/
35 ^libraries/Japi/
36 ^libraries/ObjectIO/
37 ^libraries/OpenAL/
38 ^libraries/OpenGL/
39 ^libraries/QuickCheck/
40 ^libraries/Win32/
41 ^libraries/X11/
42 ^libraries/arrows/
43 ^libraries/base/
44 ^libraries/cgi/
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/regex-base/
55 ^libraries/regex-compat/
56 ^libraries/regex-posix/
57 ^libraries/stm/
58 ^libraries/template-haskell/
59 ^libraries/time/
60 ^libraries/unix/
61 ^libraries/xhtml/
62 # Boring file regexps:
63 \.hi$
64 \.hi-boot$
65 \.o-boot$
66 \.p_o$
67 \.debug_o$
68 \.thr_o$
69 \.thr_p_o$
70 \.thr_debug_o$
71 \.o$
72 \.a$
73 \.o\.cmd$
74 # *.ko files aren't boring by default because they might
75 # be Korean translations rather than kernel modules.
76 # \.ko$
77 \.ko\.cmd$
78 \.mod\.c$
79 (^|/)\.tmp_versions($|/)
80 (^|/)CVS($|/)
81 (^|/)RCS($|/)
82 ~$
83 #(^|/)\.[^/]
84 (^|/)_darcs($|/)
85 \.bak$
86 \.BAK$
87 \.orig$
88 (^|/)vssver\.scc$
89 \.swp$
90 (^|/)MT($|/)
91 (^|/)\{arch\}($|/)
92 (^|/).arch-ids($|/)
93 (^|/),
94 \.class$
95 \.prof$
96 (^|/)\.DS_Store$
97 (^|/)BitKeeper($|/)
98 (^|/)ChangeSet($|/)
99 (^|/)\.svn($|/)
100 \.py[co]$
101 \#
102 \.cvsignore$
103 (^|/)Thumbs\.db$
104 \.depend$
105 \.depend-.*$
106 ^compiler/primop-
107 ^compiler/cmm/CmmLex.hs$
108 ^compiler/cmm/CmmParse.hs$
109 ^compiler/main/Config.hs$
110 ^compiler/main/ParsePkgConf.hs$
111 ^compiler/parser/Parser.y$
112 ^compiler/parser/Parser.hs$
113 ^compiler/parser/Lexer.hs$
114 ^compiler/parser/ParserCore.hs$
115 ^compiler/prelude/primops.txt$
116 ^compiler/stage1
117 ^compiler/stage2
118 ^compiler/stage3
119 ^mk/build.mk$
120 ^mk/config.h.in$
121 ^mk/config.h$
122 ^mk/config.mk$
123 ^mk/stamp-h$
124 (^|/)autom4te.cache($|/)
125 ^rts/AutoApply.*cmm$
126 package.conf.inplace$
127 package.conf.installed$
128 (^|/)config.log$
129 (^|/)config.status$
130 (^|/)configure$
131 ^ghc.spec$
132 ^docs/users_guide/ug-book.xml$