aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-04-17 12:42:48 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-04-17 12:42:48 -0500
commitaf37cf47b03d0bbf370fc542b7d5f4c1dfc4e1c7 (patch)
tree2c0009c2490cc412fadca88744ab1fcd00f463ac /.gitignore
parent5afdd7a1de50fcf31a7e051929f311f3da8332b2 (diff)
downloadmediagoblin-af37cf47b03d0bbf370fc542b7d5f4c1dfc4e1c7.tar.lz
mediagoblin-af37cf47b03d0bbf370fc542b7d5f4c1dfc4e1c7.tar.xz
mediagoblin-af37cf47b03d0bbf370fc542b7d5f4c1dfc4e1c7.zip
Buildout'ifying things.
- added buildout's bootstrap.py - added buildout.cfg - adjustments to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 709c250d..b9f1554e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,8 +3,10 @@ bin/
develop-eggs/
build/
eggs/
+parts/
.installed.cfg
mediagoblin.egg-info
*.pyc
*.pyo
-docs/_build/ \ No newline at end of file
+docs/_build/
+user_dev/