From 32f3b228dbc34b1a8d598c585c4a96082997fccc Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 19 Sep 2006 01:17:22 +0000 Subject: [PATCH] add boring files from a build tree --- .darcs-boring | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/.darcs-boring b/.darcs-boring index 3ac2389..b43be2a 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$ -- 1.7.10.4