summaryrefslogtreecommitdiff
path: root/.darcs-boringfile
blob: 3cfa1b0014e4513766780d8bad30f9b389b2934c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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$