diff options
| author | Jacob Kaplan-Moss | 2009-04-12 15:02:44 -0500 |
|---|---|---|
| committer | Jacob Kaplan-Moss | 2009-04-12 15:02:44 -0500 |
| commit | 4391a39ee4cde31ff9c9a56cd8d452b934136b4e (patch) | |
| tree | 2404ec68497730360482d78c523f25f03855ab84 /.gitignore | |
| download | django-shorturls-4391a39ee4cde31ff9c9a56cd8d452b934136b4e.tar.bz2 | |
Buildout bootstrap setup.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fd54d38 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.pyc +*.pyo +.installed.cfg +bin +develop-eggs +downloads +eggs +parts +src/*.egg-info
\ No newline at end of file |
