summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* vscode: add VSCode IDE integrationAndoni Morales Alastruey2023-04-131-0/+5
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1386>
* gitignore: Ignore editor specific config filesSeungha Yang2023-02-161-0/+4
| | | | | | | | | Ignore VSCode specific config files. Probably people might want to add more other editor/IDE specific files to gitignore as of this commit though, we can prune it based on agreement later. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1276>
* gitignore: Ignore gtest.wrapSeungha Yang2023-02-051-0/+1
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3893>
* gitignore: Ignore redirect wrap files onlyNirbheek Chauhan2023-01-251-3/+9
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3708>
* meson: Add a patch that fixes pangocairo usage in gst-plugins-rsNirbheek Chauhan2022-12-171-0/+1
| | | | | | | | Also remove an unused patch. https://gitlab.gnome.org/GNOME/pango/-/merge_requests/665 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3592>
* gitignore: Ignore *.wrap files againSeungha Yang2021-10-141-0/+4
| | | | | | | | There are various redirection *.wrap files which result in noisy diff. Just ignore the entire wrap files. We can update wrap files anytime via -f option. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1140>
* Fix gitignoreXavier Claessens2021-09-291-9/+40
| | | | | | | | | | | | | | | | - `*build*/` is not needed because Meson puts a .gitignore in builddir already. - `meson/` why? - `/gst*` is too wide, it includes e.g. gst-env.py, list symlinks explicitly instead. - `subprojects/*` excludes all .wrap files, and `!subprojects/gst*` is not enough because e.g. `macos-bison-binary` is still ignored. Instead ignore only directories except those we include in our git repository. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/969>
* gitignore: Ignore symlinksThibault Saunier2021-09-281-1/+1
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/919>
* Cleanup .gitignoreThibault Saunier2021-09-241-83/+6
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/891>
* subprojects: Add libjpeg-turbo wrapSeungha Yang2021-08-031-0/+1
| | | | | | Would be useful for Windows Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/253>
* .gitignore: add more subproject checkoutsTim-Philipp Müller2021-01-141-1/+3
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/231>
* gitignore: Add the webrtc-audio-processing subprojectArun Raghavan2020-12-031-0/+1
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/227>
* gitignore: Add new subprojects to ignore listNirbheek Chauhan2020-11-041-1/+17
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/223>
* wpebackend-fdo: Update to 1.9Philippe Normand2020-10-091-0/+1
| | | | | | | This commit will be useful for the wpesrc audio support, and for CI/SHM purposes in general. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/202>
* Add libwpe subprojectPhilippe Normand2020-10-091-0/+1
| | | | | | This is a dependency of wpebackend-fdo. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/202>
* Update .gitignore with subprojects and gdbinitNirbheek Chauhan2020-08-031-0/+5
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/180>
* Revert "Revert "Add libavtp wrap file""Ederson de Souza2020-06-301-0/+1
| | | | | | | | | This reverts commit 1ec87d752a7a14304e98068520cbb216894dbfa7. As the avtp plugin on gst-plugins-bad is now ensured to be built only on Linux, this patch can come back. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/153>
* Revert "Add libavtp wrap file"Edward Hervey2020-05-281-1/+0
| | | | | | | | | | This reverts commit 93074302b9f75378299ed10a3222fc1d9fcd457a. Adding libavtp hasn't properly passed CI for some reason. Reopens !148 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/152>
* Add libavtp wrap fileEderson de Souza2020-05-271-0/+1
| | | | | | | So that the avtp plugin on gst-plugins-bad cab be built and tested on the CI. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/148>
* wrap: add libopenjp2 for gst-plugins-badStéphane Cerveau2020-05-141-0/+1
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/147>
* subprojects: add libdrm wrapStéphane Cerveau2020-04-031-0/+1
|
* gitignore: Ignore libxml2 and sqliteSeungha Yang2020-01-061-0/+2
| | | | Add more things to ignore.
* add gst-plugins-rsGuillaume Desmottes2019-12-241-0/+2
| | | | Fix #63
* .gitignore: Ignore subproject package cacheNirbheek Chauhan2019-11-231-0/+1
|
* Add gst-examples in gitignoreRuben Gonzalez2019-10-251-0/+1
|
* Add subprojects/gst-docs in gitignoreRuben Gonzalez2019-10-201-0/+1
| | | | | | | gst-docs in only build on Linux if hotdoc is in the PATH. A correct gitigonore is important for modern tools like ripgrep, fd or skim.
* add gst-examples repository to subproject listMatthew Waters2019-07-251-0/+1
|
* gitignore: Also ignore subproject symlinksNirbheek Chauhan2019-04-171-32/+32
| | | | | These subproject dirs are only ignored if they are directories if you use a trailing slash.
* gitignore: Add top-level libnice symlinkMart Raudsepp2019-04-161-0/+1
| | | | Missed adjustment from commit d3029ec0d606016.
* meson: Add a subproject wrap file for x264Nirbheek Chauhan2019-04-021-0/+1
| | | | This allows building x264enc from -ugly on all platforms.
* Add FFmpeg.wrap and update .gitignoreNirbheek Chauhan2019-03-271-0/+3
| | | | Tested on Linux and Windows (MSVC)
* Add subprojects/libsoup/ to .gitignoreNirbheek Chauhan2019-02-081-0/+1
|
* Add orc to gitignoreNirbheek Chauhan2019-02-051-0/+1
|
* gitignore: Add cscope filesArun Raghavan2018-12-291-0/+3
| | | | | Ignores top-level cscope files that might be used for a cross-project cscope index.
* gitignore: Add top-level pygobject symlinkArun Raghavan2018-12-291-0/+1
|
* Revert "Updated after gst-libav got moved to gst-ffmpeg"Nicolas Dufresne2018-11-061-2/+2
| | | | This reverts commit d027bf74011381a699ae59e3e95df3630cc73cfb.
* Updated after gst-libav got moved to gst-ffmpegNicolas Dufresne2018-11-061-2/+2
|
* Use subproject 'required' argumentThibault Saunier2018-10-271-0/+1
| | | | Making the whole logic much simpler, and end result more accurate
* Add pygobject and pycairo as subprojectsMathieu Duponchelle2018-10-271-0/+2
|
* gitignore: Ignore the subprojects openh264 git repoNirbheek Chauhan2018-10-021-0/+1
|
* Update .gitignore and add more subprojectsNirbheek Chauhan2018-07-271-0/+10
|
* add gl-headers subproject for necessary OpenGL headersMatthew Waters2018-06-071-0/+1
| | | | At least for windows.
* Handle a prefix in prefix/Thibault Saunier2017-09-061-0/+1
| | | | | This is usefull to use external libs and tool not buildable with meson inside our environment
* add gstreamer-vaapi as a possible subprojectScott D Phillips2017-02-091-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=778407
* add gst-omx as a possible subprojectMatthew Waters2017-01-181-0/+2
|
* Add gst-rtsp-serverTim-Philipp Müller2016-10-271-0/+2
|
* Create symlinks to built subprojectsThibault Saunier2016-10-211-0/+21
|
* Remove .subprojects from the gitignoreThibault Saunier2016-09-091-1/+0
| | | | It is really inconvenient.
* Initial commitSaunier Thibault2016-08-251-0/+2