This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gstreamer-rs
Watch
1
Star
1
Fork
You've already forked gstreamer-rs
1
mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced
2024-11-21 17:11:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
main
gstreamer-rs
/
.gitignore
4 lines
27 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
gitignore: Ignore any target folder, not just in the root
2019-05-12 12:50:46 +00:00
target/
Add .gitignore
2017-08-31 07:56:36 +00:00
**/*.rs.bk
Add .helix to .gitignore [helix] can use project specific configuration in the `.helix` directory under the project root. For gst-rs development, this can be used to select a group of features: .helix/languages.toml: ```toml [language-server.rust-analyzer.config] cargo = { features = ["v1_26"] } ``` It can also be used to configure debugging targets, thought debugging experience with helix is lacking currently. [helix]: https://helix-editor.com/ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1554>
2024-10-04 12:05:31 +00:00
.helix/
Reference in a new issue
Copy permalink