mediagoblin/.gitignore
Elrond ce29c140ed Finally enable SQL for everybody!
This switches the whole source code over to use sql instead
of mongodb. It's a pretty easy change, but changes nearly
the complete way things work. Hopefully everythong works!
2012-04-01 21:46:36 +02:00

34 lines
427 B
Plaintext

# / means repository root, not filesystem root
# Top-level files and directories
/dist/
/bin/
/develop-eggs/
/build/
/eggs/
/lib/
/include/
/parts/
/share/
/mediagoblin.egg-info
/docs/_build/
/docs/build
/user_dev/
/paste_local.ini
/mediagoblin_local.ini
/mediagoblin.db
/celery.db
/kombu.db
/server-log.txt
# Tests
/mediagoblin/tests/user_dev/
# File extensions
*.pyc
*.pyo
*~
*.swp
# The legacy of buildout
.installed.cfg