From 826aaf4ae7affaebf43427491c5f4c6926e13905 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Fri, 14 Sep 2007 03:26:19 -0700
Subject: [PATCH] boringfile: ignore the setuptools .egg that ez_setup.py
 sometimes makes during build

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

diff --git a/.darcs-boringfile b/.darcs-boringfile
index 77dcc7d3..d74667b6 100644
--- a/.darcs-boringfile
+++ b/.darcs-boringfile
@@ -76,6 +76,8 @@
 
 # automatically-build dependencies (using the 'build-deps' target) go here
 ^support
+# if ez_setup.py needs to build setuptools, that goes here
+^setuptools-.*.egg$
 # creating a tahoe egg puts files here
 ^allmydata_tahoe.egg-info
 
-- 
2.45.2