summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* include libplacebozeromind2022-08-311-0/+2
| | | | | | | | | | | Include libplacebo to add support `vo=gpu-next` in mpv, as the OS-provided libplacebo may not be recent enough. Explicitly link mpv and ffmpeg against stdc++ in case libplacebo was built with glslang, which does not have pkg-config files. Adjust the update script to also checkout git submodules as well, which is needed for libplacebo.
* Revert "Remove Debian scripts"Kevin Mitchell2018-05-211-0/+7
| | | | | This reverts commit 8c9abd8c7914b71562e2d81faad76015526a9f8e. I'm restoring them, bugs will be my own responsibility.
* Remove Debian scriptsMartin Herkt2018-05-191-7/+0
| | | | | | | | | | | | | | What’s so special about this distro that we not only have a repository with scripts to compensate for the inability of its maintainers to package and distribute software to our users, but also have to deal with their incredibly bad tooling? Also, the instructions don’t work and only waste users’ time. If these “only exist for users who want to hurt themselves” then perhaps we shouldn’t have them in the first place, even if “wants to hurt themselves” practically describes the majority of Debian users. Closes #106.
* Fix gitignorewm42014-10-271-12/+12
| | | | Without a leading "/", any sub-path will be matched.
* Add a simpler way to switch between release and master versionswm42014-10-271-0/+1
| | | | | | | | | | | This remembers the selection, and users are not tricked into accidentally switching back to the release all the time. Don't do this for libass, we always use master. (No reason to use a usually buggy and outdated release.) We don't do it for fribidi either, because fribidi is just in a permanent state of bitrotting and brokenness.
* remove the trailing / from subrepositories in .gitignoreKevin Mitchell2014-03-271-6/+6
| | | | this allows them to be symlinks without making noise in git status
* add more debian build files to .gitignoreKevin Mitchell2014-02-081-1/+6
|
* add gitignore file for separately tracked repository directories and ↵Kevin Mitchell2014-02-081-0/+8
build-time files