Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add plyr as player default and remove NodeJS, npm and videojs | Jesús | 2022-02-28 | 1 | -3/+0 |
| | |||||
* | Don't ignore .patch files. | Ben Sturmfels | 2021-09-20 | 1 | -1/+0 |
| | | | | I like to be able to see these in Magit. | ||||
* | Remove references to old tinymce dependency. | Ben Sturmfels | 2021-04-23 | 1 | -1/+0 |
| | |||||
* | Fix Mac dev setup issues [#5442]. | Jeremy Bowman | 2020-05-13 | 1 | -0/+5 |
| | | | | | | | | | A trailing slash in devtools/compile_translations.sh caused that script to fail because the parameter to pybabel's -l option ended up blank instead of containing the language code. A few files and directories were missing from .gitignore and hence wound up in the list of local changes to be committed. | ||||
* | Add expression to ignore Vim temporary swap files. | Ben Sturmfels | 2019-09-20 | 1 | -2/+1 |
| | | | | | I gather that Vim continues back through the alphabet with .swp, swo, swn etc: https://groups.google.com/forum/#!msg/vim_use/JBHSs3kPPJU/X9WeMsZcfWAJ | ||||
* | Adding *.swo to gitignore | Michael Lynch | 2018-11-10 | 1 | -0/+1 |
| | |||||
* | Merge branch 'transcoding_progress' | Boris Bobrov | 2018-07-12 | 1 | -0/+1 |
|\ | | | | | | | This probably broke stuff | ||||
| * | Add videojs-resolution-switcher to gitignore | vijeth-aradhya | 2017-08-22 | 1 | -0/+1 |
| | | |||||
* | | Improved gitignores for patch submitting | Romain Porte | 2017-11-12 | 1 | -0/+1 |
|/ | | | | | | In order to ease the patch submitting process, *.patch was added as per Linux kernel's .gitignore. Test cache directory was also added in its own gitignore (as per kernel's recommendation on .gitignore location). | ||||
* | Ignore .eggs/ directory | Christopher Allan Webber | 2016-03-26 | 1 | -0/+1 |
| | |||||
* | Fix #5036 - Add pip-selfcheck.json to .gitignore | Jessica Tallon | 2015-03-14 | 1 | -0/+1 |
| | |||||
* | Let's try setting up the version number via configure.ac | Christopher Allan Webber | 2015-02-21 | 1 | -0/+1 |
| | | | | Why not? | ||||
* | No longer commit .mo files into the repository! | Christopher Allan Webber | 2015-02-21 | 1 | -0/+1 |
| | | | | | | | | | 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. | ||||
* | Back to pdf.js from git submodules... | Christopher Allan Webber | 2015-02-17 | 1 | -1/+0 |
| | |||||
* | ignore things we're now installing through extlib | Christopher Allan Webber | 2015-02-17 | 1 | -0/+7 |
| | |||||
* | Add extlib-installing bower files | Christopher Allan Webber | 2015-02-17 | 1 | -0/+1 |
| | |||||
* | Move paste.ini, lazystarter.sh back to the right place | Christopher Allan Webber | 2014-10-10 | 1 | -2/+0 |
| | |||||
* | Update lazyserver to use paste or gunicorn conditionally | Christopher Allan Webber | 2014-10-10 | 1 | -0/+1 |
| | | | | Also get rid of env.in, we're not using that for now. | ||||
* | Users now get an editable copy of mediagoblin.example.ini->mediagoblin.ini | Christopher Allan Webber | 2014-10-10 | 1 | -0/+1 |
| | | | | | | This way we no longer have people confusedly editing mediagoblin.ini when they meant to edit mediagoblin.example.ini. Hopefully it should be a lot simpler. | ||||
* | Ignore paste.ini because it's just a symlink to the appropriate python | Christopher Allan Webber | 2014-10-10 | 1 | -0/+1 |
| | | | | version paste | ||||
* | Ignore that env file when built | Christopher Allan Webber | 2014-10-10 | 1 | -0/+1 |
| | |||||
* | .gitignore celerybeat-schedule. | Christopher Allan Webber | 2014-09-25 | 1 | -0/+1 |
| | | | | This commit sponsored by Thomas Løcke. Thank you! | ||||
* | Update .gitignore. | Berker Peksag | 2014-07-28 | 1 | -0/+4 |
| | |||||
* | Ignore *.egg/ directories. | Berker Peksag | 2014-05-08 | 1 | -0/+1 |
| | |||||
* | Add lib64/ directory to .gitignore file. | Jessica Tallon | 2014-05-05 | 1 | -0/+1 |
| | |||||
* | Adding .gitignore for pyconfigure/automake generated files | Christopher Allan Webber | 2013-07-25 | 1 | -0/+8 |
| | |||||
* | ./local/ is yet another stupid local-environment thing to .gitignore | Christopher Allan Webber | 2012-08-19 | 1 | -0/+1 |
| | |||||
* | Added API documentation | Joar Wandborg | 2012-07-07 | 1 | -1/+3 |
| | | | | | | | | | - Applied the MediaGoblin docs theme to the API docs - Added api-docs/build to .gitignore - Configured api-docs/source/conf.py - Added /api-docs/source/mediagoblin* to .gitignore - Added apidoc directive to api docs Makefile, will build the API docs based on the source | ||||
* | Finally enable SQL for everybody! | Elrond | 2012-04-01 | 1 | -1/+0 |
| | | | | | | 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! | ||||
* | Also ignore the /share/ directory | Christopher Allan Webber | 2012-03-17 | 1 | -0/+1 |
| | |||||
* | Added the sql_switch.py script to .gitignore | Joar Wandborg | 2012-03-05 | 1 | -1/+5 |
| | |||||
* | Celery and kombu databases should also be .gitignore'd | Christopher Allan Webber | 2012-02-26 | 1 | -0/+2 |
| | |||||
* | Start having useful defaults for SQL | Elrond | 2012-02-18 | 1 | -0/+1 |
| | | | | | | | | | | Mostly this means: Havintg a config_spec.ini that has a local (relative to mediagoblin.ini) sqlite db with the name "mediagoblin.db". Also: - Add to .gitignore - Add a notice to mediagoblin.ini about the db | ||||
* | Updated .gitignore due to it blacking out the extlib/leaflet/dist/ directory | Joar Wandborg | 2012-01-27 | 1 | -15/+22 |
| | |||||
* | Now that we're encouraging in-package virtualenv use, we should update | Christopher Allan Webber | 2011-10-15 | 1 | -0/+2 |
| | | | | .gitignore. Done! ;) | ||||
* | Documentation Revision, clarification, and editing. | tycho garen | 2011-08-27 | 1 | -0/+1 |
| | | | | | | | | | | - a line in the .gitignore file to ignore the built documentation tree. - a complete revision/editorial pass of all non-technical documents that outline process, project fundamentals, and background. These edits clarified the text, unified the style, and elaborated on stubs. | ||||
* | Joar points out that these are "local" rather than "user" config | Christopher Allan Webber | 2011-08-03 | 1 | -1/+2 |
| | | | | | | files, so changing .gitignore. See http://wiki.mediagoblin.org/ConfigureMediaGoblin for details. | ||||
* | Let users write their own config and paste files w/o affecting git | Christopher Allan Webber | 2011-07-02 | 1 | -0/+1 |
| | |||||
* | added vim swapfiles to gitignore | Chris Moylan | 2011-06-16 | 1 | -1/+2 |
| | |||||
* | Removing backup files and preventing them from showing up via .gitignore | Jef van Schendel | 2011-05-13 | 1 | -1/+2 |
| | |||||
* | Added server-log.txt to .gitignore | Joar Wandborg | 2011-05-03 | 1 | -0/+1 |
| | | | | Signed-off-by: Joar Wandborg <git@wandborg.com> | ||||
* | Buildout'ifying things. | Christopher Allan Webber | 2011-04-17 | 1 | -1/+3 |
| | | | | | | - added buildout's bootstrap.py - added buildout.cfg - adjustments to .gitignore. | ||||
* | Ignore the docs/_build directory. | Christopher Allan Webber | 2011-04-15 | 1 | -0/+1 |
| | |||||
* | Ignore mediagoblin egg-info | Christopher Allan Webber | 2011-03-27 | 1 | -2/+2 |
| | |||||
* | Initial mediagoblin structure | Christopher Allan Webber | 2010-07-17 | 1 | -0/+9 |