diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2010-07-17 11:33:08 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2010-07-17 11:33:08 -0500 |
commit | 31a8ff428869614db3cae06ab24dbdb1e3d98064 (patch) | |
tree | e050f3efeff5591ca0ab42fa70ed77443560b7ed /.gitignore | |
download | mediagoblin-31a8ff428869614db3cae06ab24dbdb1e3d98064.tar.lz mediagoblin-31a8ff428869614db3cae06ab24dbdb1e3d98064.tar.xz mediagoblin-31a8ff428869614db3cae06ab24dbdb1e3d98064.zip |
Initial mediagoblin structure
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 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 |