summaryrefslogtreecommitdiff
path: root/.darcs-boringfile
diff options
context:
space:
mode:
Diffstat (limited to '.darcs-boringfile')
-rw-r--r--.darcs-boringfile17
1 files changed, 17 insertions, 0 deletions
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$