From 71a6e9335e6e2851f02846fddb0f6b8bb61f6a6c Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Mon, 28 Nov 2005 18:14:08 +0000 Subject: [PATCH] Updated boring file to exclude bootstrap dirs and include .hi files --- .darcs-boring | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.darcs-boring b/.darcs-boring index f914da0..71aad5b 100644 --- a/.darcs-boring +++ b/.darcs-boring @@ -1,5 +1,15 @@ +#Top-level dirs: +^compiler/ +^CONTRIB/ +^includes/ +^lib/ +^misc/ +^mkworld/ +^runtime/ +^utils/ +^driver/ # Boring file regexps: -\.hi$ +#\.hi$ \.o$ \.o\.cmd$ # *.ko files aren't boring by default because they might -- 1.7.10.4