remove non-boring directories
[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 ^lib/
21 ^misc/
22 ^mkworld/
23 ^runtime/
24 #Packages:
25 ^libraries/Cabal/
26 ^libraries/ALUT/
27 ^libraries/GLUT/
28 ^libraries/HGL/
29 ^libraries/HUnit/
30 ^libraries/HaXml/
31 ^libraries/Japi/
32 ^libraries/ObjectIO/
33 ^libraries/OpenAL/
34 ^libraries/OpenGL/
35 ^libraries/QuickCheck/
36 ^libraries/Win32/
37 ^libraries/X11/
38 ^libraries/arrows/
39 ^libraries/base/
40 ^libraries/cgi/
41 ^libraries/fgl/
42 ^libraries/haskell-src/
43 ^libraries/haskell98/
44 ^libraries/html/
45 ^libraries/monads/
46 ^libraries/mtl/
47 ^libraries/network/
48 ^libraries/parsec/
49 ^libraries/readline/
50 ^libraries/regex-base/
51 ^libraries/regex-compat/
52 ^libraries/regex-posix/
53 ^libraries/stm/
54 ^libraries/template-haskell/
55 ^libraries/time/
56 ^libraries/unix/
57 ^libraries/xhtml/
58 # Boring file regexps:
59 \.hi$
60 \.hi-boot$
61 \.o-boot$
62 \.p_o$
63 \.debug_o$
64 \.thr_o$
65 \.thr_p_o$
66 \.thr_debug_o$
67 \.o$
68 \.a$
69 \.o\.cmd$
70 # *.ko files aren't boring by default because they might
71 # be Korean translations rather than kernel modules.
72 # \.ko$
73 \.ko\.cmd$
74 \.mod\.c$
75 (^|/)\.tmp_versions($|/)
76 (^|/)CVS($|/)
77 (^|/)RCS($|/)
78 ~$
79 #(^|/)\.[^/]
80 (^|/)_darcs($|/)
81 \.bak$
82 \.BAK$
83 \.orig$
84 (^|/)vssver\.scc$
85 \.swp$
86 (^|/)MT($|/)
87 (^|/)\{arch\}($|/)
88 (^|/).arch-ids($|/)
89 (^|/),
90 \.class$
91 \.prof$
92 (^|/)\.DS_Store$
93 (^|/)BitKeeper($|/)
94 (^|/)ChangeSet($|/)
95 (^|/)\.svn($|/)
96 \.py[co]$
97 \#
98 \.cvsignore$
99 (^|/)Thumbs\.db$
100 \.depend$
101 \.depend-.*$
102 ^compiler/primop-
103 ^compiler/cmm/CmmLex.hs$
104 ^compiler/cmm/CmmParse.hs$
105 ^compiler/main/Config.hs$
106 ^compiler/main/ParsePkgConf.hs$
107 ^compiler/parser/Parser.y$
108 ^compiler/parser/Parser.hs$
109 ^compiler/parser/Lexer.hs$
110 ^compiler/parser/ParserCore.hs$
111 ^compiler/prelude/primops.txt$
112 ^compiler/stage1
113 ^compiler/stage2
114 ^compiler/stage3
115 ^mk/build.mk$
116 ^mk/config.h.in$
117 ^mk/config.h$
118 ^mk/config.mk$
119 ^mk/stamp-h$
120 (^|/)autom4te.cache($|/)
121 ^rts/AutoApply.*cmm$
122 package.conf.inplace$
123 package.conf.installed$
124 (^|/)config.log$
125 (^|/)config.status$
126 (^|/)configure$
127 ^ghc.spec$
128 ^docs/users_guide/ug-book.xml$