mediagoblin/.gitignore
Christopher Allan Webber 571f2964e4 No longer commit .mo files into the repository!
A stupid thing, really you should never commit binary code into the
repository, but...

This commit sponsored by Richard Fontana.  The last sponsored commit!
And one I can imagine Fontana approving of, for he would've disapproved,
surely, of committing .mo files in the first place.
2015-02-21 16:13:31 -06:00

63 lines
792 B
Plaintext

# / means repository root, not filesystem root
# Top-level files and directories
/dist/
/bin/
/develop-eggs/
/build/
/eggs/
/lib/
/lib64
/local/
/include/
/parts/
/share/
/mediagoblin.egg-info
/docs/_build/
/docs/build
/api-docs/build
/api-docs/source/mediagoblin*
/user_dev/
/paste_local.ini
/mediagoblin_local.ini
/mediagoblin.db
/celery.db
/kombu.db
/celerybeat-schedule
/server-log.txt
*.egg/
/env
/mediagoblin.ini
/node_modules/
# pyconfigure/automake generated files
/Makefile
/autom4te.cache/
/config.log
/config.status
/configure
/aclocal.m4
# Tests
/mediagoblin/tests/user_dev/
# File extensions
*.pyc
*.pyo
*~
*.swp
*.mo
# The legacy of buildout
.installed.cfg
# Virtualenv, tox
venv*
.tox/
# extlib things
/extlib/jquery/
/extlib/leaflet/
/extlib/tinymce/
/extlib/video.js/