From e275f4ce6737582323cb13f3f3fc7b2e5f7a7b77 Mon Sep 17 00:00:00 2001
From: warner <warner@lothar.com>
Date: Fri, 1 Dec 2006 03:07:33 +0530
Subject: [PATCH] add darcs boringfile

darcs-hash:19abecc036452f8c8fa495001d76c66496ec1c94
---
 .darcs-boringfile | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
 create mode 100644 .darcs-boringfile

diff --git a/.darcs-boringfile b/.darcs-boringfile
new file mode 100644
index 0000000..8b74fde
--- /dev/null
+++ b/.darcs-boringfile
@@ -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($|/)
-- 
2.45.2