aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add plyr as player default and remove NodeJS, npm and videojsJesús2022-02-281-3/+0
|
* Don't ignore .patch files.Ben Sturmfels2021-09-201-1/+0
| | | | I like to be able to see these in Magit.
* Remove references to old tinymce dependency.Ben Sturmfels2021-04-231-1/+0
|
* Fix Mac dev setup issues [#5442].Jeremy Bowman2020-05-131-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 Sturmfels2019-09-201-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 gitignoreMichael Lynch2018-11-101-0/+1
|
* Merge branch 'transcoding_progress'Boris Bobrov2018-07-121-0/+1
|\ | | | | | | This probably broke stuff
| * Add videojs-resolution-switcher to gitignorevijeth-aradhya2017-08-221-0/+1
| |
* | Improved gitignores for patch submittingRomain Porte2017-11-121-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/ directoryChristopher Allan Webber2016-03-261-0/+1
|
* Fix #5036 - Add pip-selfcheck.json to .gitignoreJessica Tallon2015-03-141-0/+1
|
* Let's try setting up the version number via configure.acChristopher Allan Webber2015-02-211-0/+1
| | | | Why not?
* No longer commit .mo files into the repository!Christopher Allan Webber2015-02-211-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 Webber2015-02-171-1/+0
|
* ignore things we're now installing through extlibChristopher Allan Webber2015-02-171-0/+7
|
* Add extlib-installing bower filesChristopher Allan Webber2015-02-171-0/+1
|
* Move paste.ini, lazystarter.sh back to the right placeChristopher Allan Webber2014-10-101-2/+0
|
* Update lazyserver to use paste or gunicorn conditionallyChristopher Allan Webber2014-10-101-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.iniChristopher Allan Webber2014-10-101-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 pythonChristopher Allan Webber2014-10-101-0/+1
| | | | version paste
* Ignore that env file when builtChristopher Allan Webber2014-10-101-0/+1
|
* .gitignore celerybeat-schedule.Christopher Allan Webber2014-09-251-0/+1
| | | | This commit sponsored by Thomas Løcke. Thank you!
* Update .gitignore.Berker Peksag2014-07-281-0/+4
|
* Ignore *.egg/ directories.Berker Peksag2014-05-081-0/+1
|
* Add lib64/ directory to .gitignore file.Jessica Tallon2014-05-051-0/+1
|
* Adding .gitignore for pyconfigure/automake generated filesChristopher Allan Webber2013-07-251-0/+8
|
* ./local/ is yet another stupid local-environment thing to .gitignoreChristopher Allan Webber2012-08-191-0/+1
|
* Added API documentationJoar Wandborg2012-07-071-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!Elrond2012-04-011-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/ directoryChristopher Allan Webber2012-03-171-0/+1
|
* Added the sql_switch.py script to .gitignoreJoar Wandborg2012-03-051-1/+5
|
* Celery and kombu databases should also be .gitignore'dChristopher Allan Webber2012-02-261-0/+2
|
* Start having useful defaults for SQLElrond2012-02-181-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/ directoryJoar Wandborg2012-01-271-15/+22
|
* Now that we're encouraging in-package virtualenv use, we should updateChristopher Allan Webber2011-10-151-0/+2
| | | | .gitignore. Done! ;)
* Documentation Revision, clarification, and editing.tycho garen2011-08-271-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" configChristopher Allan Webber2011-08-031-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 gitChristopher Allan Webber2011-07-021-0/+1
|
* added vim swapfiles to gitignoreChris Moylan2011-06-161-1/+2
|
* Removing backup files and preventing them from showing up via .gitignoreJef van Schendel2011-05-131-1/+2
|
* Added server-log.txt to .gitignoreJoar Wandborg2011-05-031-0/+1
| | | | Signed-off-by: Joar Wandborg <git@wandborg.com>
* Buildout'ifying things.Christopher Allan Webber2011-04-171-1/+3
| | | | | | - added buildout's bootstrap.py - added buildout.cfg - adjustments to .gitignore.
* Ignore the docs/_build directory.Christopher Allan Webber2011-04-151-0/+1
|
* Ignore mediagoblin egg-infoChristopher Allan Webber2011-03-271-2/+2
|
* Initial mediagoblin structureChristopher Allan Webber2010-07-171-0/+9