diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-09-19 01:17:22 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-09-19 01:17:22 +0000 |
commit | 32f3b228dbc34b1a8d598c585c4a96082997fccc (patch) | |
tree | 641940847b8cedaf9d19a113560a6dd91ccfb263 /.darcs-boring | |
parent | 6f64b0468e2a3034fa1f234edf3be8cc855028ed (diff) | |
download | haskell-32f3b228dbc34b1a8d598c585c4a96082997fccc.tar.gz |
add boring files from a build tree
Diffstat (limited to '.darcs-boring')
-rw-r--r-- | .darcs-boring | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.darcs-boring b/.darcs-boring index 3ac238902c..b43be2a7d4 100644 --- a/.darcs-boring +++ b/.darcs-boring @@ -61,7 +61,15 @@ ^libraries/xhtml/ # Boring file regexps: \.hi$ +\.hi-boot$ +\.o-boot$ +\.p_o$ +\.debug_o$ +\.thr_o$ +\.thr_p_o$ +\.thr_debug_o$ \.o$ +\.a$ \.o\.cmd$ # *.ko files aren't boring by default because they might # be Korean translations rather than kernel modules. @@ -93,3 +101,31 @@ \# \.cvsignore$ (^|/)Thumbs\.db$ +\.depend$ +\.depend-.*$ +^compiler/primop- +^compiler/cmm/CmmLex.hs$ +^compiler/cmm/CmmParse.hs$ +^compiler/main/Config.hs$ +^compiler/parser/ParsePkgConf.hs$ +^compiler/parser/Parser.y$ +^compiler/parser/Parser.hs$ +^compiler/parser/Lexer.hs$ +^compiler/parser/ParserCore.hs$ +^compiler/prelude/primops.txt$ +^compiler/stage1 +^compiler/stage2 +^compiler/stage3 +^mk/build.mk$ +^mk/config.h.in$ +^mk/config.h$ +^mk/config.mk$ +^mk/stamp-h$ +(^|/)autom4te.cache($|/) +^rts/AutoApply.*cmm$ +package.conf.inplace$ +package.conf.installed$ +(^|/)config.log$ +(^|/)config.status$ +(^|/)configure$ +^ghc.spec$ |