]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
add darcs boringfile
authorBrian Warner <warner@lothar.com>
Thu, 30 Nov 2006 22:37:33 +0000 (15:37 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 30 Nov 2006 22:37:33 +0000 (15:37 -0700)
.darcs-boringfile [new file with mode: 0644]

diff --git a/.darcs-boringfile b/.darcs-boringfile
new file mode 100644 (file)
index 0000000..8b74fde
--- /dev/null
@@ -0,0 +1,38 @@
+# 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($|/)
+
+^client-basedir($|/)
+^queen-basedir($|/)