From 552f4788cc65c43a5eb60faa96df96763ac6e1d8 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Mon, 2 Feb 2009 17:03:33 -0700
Subject: [PATCH] .darcs-boringfile: ignore bin/tahoe and bin/tahoe-script.py,
 since both are now generated

---
 .darcs-boringfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.darcs-boringfile b/.darcs-boringfile
index 2a4b4a34..a8613f0b 100644
--- a/.darcs-boringfile
+++ b/.darcs-boringfile
@@ -61,6 +61,10 @@
 # src/allmydata/_auto_deps.py is copied into place at build time, and never checked in
 ^src/allmydata/_auto_deps\.py$
 
+# bin/tahoe and bin/tahoe-script.py are now generated files
+^bin/tahoe$
+^bin/tahoe-script\.py$
+
 # this file is maintained by the buildbot
 ^\.buildbot-sourcedata$
 
-- 
2.45.2