aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2010-07-17 11:33:08 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2010-07-17 11:33:08 -0500
commit31a8ff428869614db3cae06ab24dbdb1e3d98064 (patch)
treee050f3efeff5591ca0ab42fa70ed77443560b7ed /.gitignore
downloadmediagoblin-31a8ff428869614db3cae06ab24dbdb1e3d98064.tar.lz
mediagoblin-31a8ff428869614db3cae06ab24dbdb1e3d98064.tar.xz
mediagoblin-31a8ff428869614db3cae06ab24dbdb1e3d98064.zip
Initial mediagoblin structure
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..0ed4802a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+dist/
+bin/
+develop-eggs/
+build/
+eggs/
+.installed.cfg
+wsgit.egg-info
+*.pyc
+*.pyo \ No newline at end of file