From 30e9097985656920f01a72efc1088caa2b8d41b3 Mon Sep 17 00:00:00 2001 From: bertagaz Date: Tue, 14 Jun 2011 15:26:19 +0200 Subject: Imported Upstream version 0.5.29 --- .darcs-boringfile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .darcs-boringfile (limited to '.darcs-boringfile') diff --git a/.darcs-boringfile b/.darcs-boringfile new file mode 100644 index 0000000..3cfa1b0 --- /dev/null +++ b/.darcs-boringfile @@ -0,0 +1,17 @@ +# Boring file regexps: + +# _version.py is generated at build time, and never checked in +^pycryptopp/_version\.py$ + +# if ez_setup.py needs to build setuptools, that goes here +^setuptools-.*.egg$ +# creating a tahoe egg puts files here +^pycryptopp.egg-info$ + +# if setup.py needs to install plugins from eggs to satisfy setup_requires: +^setuptools_darcs.*.egg$ +^darcsver.*.egg$ +^pyutil.*.egg$ + +^build($|/) +^ez_setup\.pyc$ -- cgit v1.2.3