From eca7f9fdb7adaf358a0c9bd137ea401cd25a0142 Mon Sep 17 00:00:00 2001 From: Gary King Date: Sun, 28 Sep 2008 15:24:17 -0400 Subject: [PATCH] Added .boring file darcs-hash:20080928192417-3cc5d-24641a3db3d0448bce125aa68861d17d1db91602.gz --- .boring | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .boring diff --git a/.boring b/.boring new file mode 100644 index 0000000..2f42ff5 --- /dev/null +++ b/.boring @@ -0,0 +1,41 @@ +# Boring file regexps: +\.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$ +(^|/)autom4te\.cache($|/) +(^|/)scratch($|/) +(^|/)two words($|/) +(^|/)test-results($|/) +\.dribble +\.drb +(^|/)make($|/) -- 1.7.10.4