boringfile: ignore the setuptools .egg that ez_setup.py likes to download/build/install during compilation

This commit is contained in:
Brian Warner 2007-08-09 19:45:18 -07:00
parent 17d776fd07
commit 3d42856eb1

View File

@ -74,3 +74,8 @@
# this file is maintained by the buildbot
^\.buildbot-sourcedata$
# these .eggs are downloaded by ez_setup.py when it doesn't like the version
# that is currently installed (or it is missing).
^src/simplejson/setuptools-.*\.egg$
^src/zfec/setuptools-.*\.egg$