45 Commits

Author SHA1 Message Date
1079d1cee4
Add plyr as player default and remove NodeJS, npm and videojs 2022-02-28 07:51:38 +08:00
Ben Sturmfels
8ea7d4c58b
Don't ignore .patch files.
I like to be able to see these in Magit.
2021-09-20 16:02:34 +10:00
Ben Sturmfels
7650b633ba
Remove references to old tinymce dependency. 2021-04-23 14:20:34 +10:00
Jeremy Bowman
85107918b5
Fix Mac dev setup issues [#5442].
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.
2020-05-13 13:55:00 +10:00
Ben Sturmfels
197e81d5f9
Add expression to ignore Vim temporary swap files.
I gather that Vim continues back through the alphabet with .swp, swo, swn etc:
https://groups.google.com/forum/#!msg/vim_use/JBHSs3kPPJU/X9WeMsZcfWAJ
2019-09-20 09:58:15 +10:00
Michael Lynch
f584494b8a Adding *.swo to gitignore 2018-11-10 11:03:34 -05:00
Boris Bobrov
23af1d8cbc Merge branch 'transcoding_progress'
This probably broke stuff
2018-07-12 18:49:35 +02:00
Romain Porte
da7c027f1c Improved gitignores for patch submitting
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).
2017-11-12 00:07:47 +03:00
vijeth-aradhya
bccc79391a Add videojs-resolution-switcher to gitignore 2017-08-22 00:15:21 +05:30
Christopher Allan Webber
731df78225 Ignore .eggs/ directory 2016-03-26 11:39:07 -07:00
Jessica Tallon
714008693e Fix #5036 - Add pip-selfcheck.json to .gitignore 2015-03-14 09:40:51 +01:00
Christopher Allan Webber
e6121708e5 Let's try setting up the version number via configure.ac
Why not?
2015-02-21 23:45:21 -06:00
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
Christopher Allan Webber
0e780d1453 Back to pdf.js from git submodules... 2015-02-17 15:48:28 -06:00
Christopher Allan Webber
7fcf6e2510 ignore things we're now installing through extlib 2015-02-17 15:48:28 -06:00
Christopher Allan Webber
88579e61ac Add extlib-installing bower files 2015-02-17 15:47:39 -06:00
Christopher Allan Webber
53463ad71d Move paste.ini, lazystarter.sh back to the right place 2014-10-10 14:42:17 -05:00
Christopher Allan Webber
41c6732eff Update lazyserver to use paste or gunicorn conditionally
Also get rid of env.in, we're not using that for now.
2014-10-10 14:42:17 -05:00
Christopher Allan Webber
b2624eb0fb Users now get an editable copy of mediagoblin.example.ini->mediagoblin.ini
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.
2014-10-10 14:42:17 -05:00
Christopher Allan Webber
47aac7b051 Ignore paste.ini because it's just a symlink to the appropriate python
version paste
2014-10-10 14:42:16 -05:00
Christopher Allan Webber
9421705a70 Ignore that env file when built 2014-10-10 14:42:16 -05:00
Christopher Allan Webber
a5cae60284 .gitignore celerybeat-schedule.
This commit sponsored by Thomas Løcke.  Thank you!
2014-09-25 15:09:09 -05:00
Berker Peksag
874439bd80 Update .gitignore. 2014-07-28 13:29:26 +03:00
Berker Peksag
353f593500 Ignore *.egg/ directories. 2014-05-08 20:32:02 +03:00
Jessica Tallon
cabbd95a0d Add lib64/ directory to .gitignore file. 2014-05-05 17:25:14 +01:00
Christopher Allan Webber
7b3d6c675e Adding .gitignore for pyconfigure/automake generated files 2013-07-25 14:53:18 -05:00
Christopher Allan Webber
c269af8593 ./local/ is yet another stupid local-environment thing to .gitignore 2012-08-19 14:17:53 -05:00
Joar Wandborg
f4cc3a9d52 Added API documentation
- 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
2012-07-07 21:18:27 +02:00
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
Christopher Allan Webber
4a250dbdde Also ignore the /share/ directory 2012-03-17 16:57:18 -05:00
Joar Wandborg
c898fa5acc Added the sql_switch.py script to .gitignore 2012-03-05 17:15:43 +01:00
Christopher Allan Webber
a68e3e8320 Celery and kombu databases should also be .gitignore'd 2012-02-26 13:26:44 -06:00
Elrond
a45631e3f3 Start having useful defaults for SQL
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
2012-02-18 19:34:11 +01:00
Joar Wandborg
a8382a3a86 Updated .gitignore due to it blacking out the extlib/leaflet/dist/ directory 2012-01-27 01:52:57 +01:00
Christopher Allan Webber
5456843048 Now that we're encouraging in-package virtualenv use, we should update
.gitignore.  Done! ;)
2011-10-15 17:44:22 -05:00
tycho garen
6503d66c98 Documentation Revision, clarification, and editing.
- 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.
2011-08-27 17:43:14 -04:00
Christopher Allan Webber
5bb1f9b0ef Joar points out that these are "local" rather than "user" config
files, so changing .gitignore.

See http://wiki.mediagoblin.org/ConfigureMediaGoblin for details.
2011-08-03 18:01:00 -05:00
Christopher Allan Webber
68b86d7ce9 Let users write their own config and paste files w/o affecting git 2011-07-02 19:01:55 -05:00
Chris Moylan
8af8e3c1a9 added vim swapfiles to gitignore 2011-06-16 22:14:27 -05:00
Jef van Schendel
9d4b435a72 Removing backup files and preventing them from showing up via .gitignore 2011-05-13 15:38:04 -05:00
Joar Wandborg
65f2484654 Added server-log.txt to .gitignore
Signed-off-by: Joar Wandborg <git@wandborg.com>
2011-05-03 20:03:54 +02:00
Christopher Allan Webber
af37cf47b0 Buildout'ifying things.
- added buildout's bootstrap.py
 - added buildout.cfg
 - adjustments to .gitignore.
2011-04-17 12:42:48 -05:00
Christopher Allan Webber
3c1a9d753c Ignore the docs/_build directory. 2011-04-15 08:15:13 -05:00
Christopher Allan Webber
2e30e3690a Ignore mediagoblin egg-info 2011-03-27 17:29:59 -05:00
Christopher Allan Webber
31a8ff4288 Initial mediagoblin structure 2010-07-17 11:33:08 -05:00