From: Diane Trout Date: Sun, 12 Mar 2006 01:28:42 +0000 (+0000) Subject: tell darcs whats boring to make whatsnew more useful X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=e50600be90c5e5b44b011d73a97733b53966a3b0 tell darcs whats boring to make whatsnew more useful --- diff --git a/.boring b/.boring new file mode 100644 index 0000000..61997f1 --- /dev/null +++ b/.boring @@ -0,0 +1,45 @@ +# Boring file regexps: +# doxygen output +(^|/)doc($|/) +# depends files +\.d$ +# qt +moc_.*\.cpp$ +# mussa specific thingies +\.museq$ +\.muway$ +\.flp$ +# darcs boring file +\.hi$ +\.o$ +\.o\.cmd$ +# *.ko files aren't boring by default because they might +# be Korean translations rather than kernel modules. +# \.ko$ +\.ko\.cmd$ +\.mod\.c$ +(^|/)\.tmp_versions($|/) +(^|/)CVS($|/) +(^|/)RCS($|/) +~$ +#(^|/)\.[^/] +(^|/)_darcs($|/) +\.bak$ +\.BAK$ +\.orig$ +(^|/)vssver\.scc$ +\.swp$ +(^|/)MT($|/) +(^|/)\{arch\}($|/) +(^|/).arch-ids($|/) +(^|/), +\.class$ +\.prof$ +(^|/)\.DS_Store$ +(^|/)BitKeeper($|/) +(^|/)ChangeSet($|/) +(^|/)\.svn($|/) +\.py[co]$ +\# +\.cvsignore$ +(^|/)Thumbs\.db$