summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 668b3f20674f4e4e6f442b68cf3bf959db0c9b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/build/
/dist/

# extraversion.h is generated at build time, and never checked in
/src-cryptopp/extraversion.h

# the .egg-info is mostly generated during 'setup.py bdist_egg' ..
/pycryptopp.egg-info/
# .. but stdeb.cfg is persistent, and tracked in version-control
!/pycryptopp.egg-info/stdeb.cfg

# if setup.py needs to install plugins from eggs to satisfy setup_requires:
/setuptools_darcs*.egg
/darcsver*.egg
/pyutil*.egg

# if ez_setup.py needs to build setuptools, that goes here
/setuptools-*.egg
/ez_setup.pyc
/MANIFEST