tell darcs whats boring to make whatsnew more useful
authorDiane Trout <diane@caltech.edu>
Sun, 12 Mar 2006 01:28:42 +0000 (01:28 +0000)
committerDiane Trout <diane@caltech.edu>
Sun, 12 Mar 2006 01:28:42 +0000 (01:28 +0000)
.boring [new file with mode: 0644]

diff --git a/.boring b/.boring
new file mode 100644 (file)
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$