diff options
author | John Goerzen <jgoerzen@complete.org> | 2005-11-28 18:14:08 +0000 |
---|---|---|
committer | John Goerzen <jgoerzen@complete.org> | 2005-11-28 18:14:08 +0000 |
commit | 71a6e9335e6e2851f02846fddb0f6b8bb61f6a6c (patch) | |
tree | 74701d17969bb794d6001cf09baca49133266fe7 /.darcs-boring | |
parent | e81d2d006c509e0518cc2ee89d1e884dbfcfd84a (diff) | |
download | haskell-71a6e9335e6e2851f02846fddb0f6b8bb61f6a6c.tar.gz |
Updated boring file to exclude bootstrap dirs and include .hi files
Diffstat (limited to '.darcs-boring')
-rw-r--r-- | .darcs-boring | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.darcs-boring b/.darcs-boring index f914da0a6c..71aad5b547 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 |