David Roundy wrote: > On Tue, Oct 07, 2008 at 05:51:34PM +0200, [EMAIL PROTECTED] wrote: >> Resending this patch. It's uncontroversial, I think. >> >> Wed Oct 1 22:18:38 CEST 2008 [EMAIL PROTECTED] >> * fixed accidental merge of two lines in default boring >> > > Content-Description: A darcs patch for your repository! >> >> New patches: >> >> [fixed accidental merge of two lines in default boring >> [EMAIL PROTECTED] hunk >> ./src/Darcs/Repository/Prefs.lhs 135 >> "\\.tix$", -- Haskell Program Coverage >> "\\.mod$", -- FORTRAN module files >> "\\.installed-pkg-config", "\\.setup-config", >> - "\\.setup-config^dist(/|$)", -- Cabal intermediates >> + "\\.setup-config","^dist(/|$)", -- Cabal intermediates >> "# *.ko files aren't boring by default because they >> might", "# be Korean translations rather than kernel >> modules.", "# \\.ko$", > > Actually, I think it's inappropriate to ignore dist directories. It > seems like a perfectly reasonable directory name to me.
It is the name of the directory that cabal uses for building. So, at least for Haskell programmers, it is a natural candidate for boring. Anyway, the old pattern "\\.setup-config^dist(/|$)" is definitely wrong. At least we should change it to "\\.setup-config". Cheers Ben _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
