diff options
author | Hanno Schlichting <hanno@hannosch.eu> | 2009-07-16 15:42:36 +0200 |
---|---|---|
committer | Hanno Schlichting <hanno@hannosch.eu> | 2009-07-16 15:42:36 +0200 |
commit | 571fa94fb7c88ebb4028c5890c170e7ad16e3601 (patch) | |
tree | 60eb13597796a08aed2a417b1a1da92866a0efaf | |
parent | 2a87b169fb59930309f5c78ffd01d24218804fae (diff) | |
download | external_python_setuptools-571fa94fb7c88ebb4028c5890c170e7ad16e3601.tar.gz external_python_setuptools-571fa94fb7c88ebb4028c5890c170e7ad16e3601.tar.bz2 external_python_setuptools-571fa94fb7c88ebb4028c5890c170e7ad16e3601.zip |
Ignore build and dist directories
--HG--
branch : distribute
extra : rebase_source : c71ab4c8dbf62658d643ec9577eb2828f37c56d0
-rw-r--r-- | .hgignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,4 +3,5 @@ syntax: glob *~ .coverage distribute.egg-info - +build +dist |