This website requires JavaScript.
Explore
Help
Register
Sign In
Kieran
/
ffmpeg-the-third
Watch
1
Star
0
Fork
0
You've already forked ffmpeg-the-third
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
ffmpeg-the-third
/
.gitignore
9 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
*: format code with rustfmt and fix clippy suggestions * Add avformat_close_input call to clean up AVFormantContext * Format code with rustfmt * Fix clippy lint double_parens * Fix clippy lint deref_addrof * Fix clippy lint identity_conversion * Fix clippy lint match_ref_pats * Fix clippy lint cast_lossless * Fix clippy lint cmp_null * Fix clippy lint clone_on_ref_ptr * Fix clippy lint map_clone * Fix clippy lint needless_borrow * Fix clippy lint needless_pass_by_value * Fix clippy lints for examples * Fix clippy lint unused_io_amount * Fix clippy lint new_without_default * Ignore inline_always clippy lint * Add vim temp files to .gitignore
2018-04-10 17:06:42 +03:00
# Rust files
Initial commit
2015-05-07 04:28:34 +02:00
target
Cargo.lock
*: format code with rustfmt and fix clippy suggestions * Add avformat_close_input call to clean up AVFormantContext * Format code with rustfmt * Fix clippy lint double_parens * Fix clippy lint deref_addrof * Fix clippy lint identity_conversion * Fix clippy lint match_ref_pats * Fix clippy lint cast_lossless * Fix clippy lint cmp_null * Fix clippy lint clone_on_ref_ptr * Fix clippy lint map_clone * Fix clippy lint needless_borrow * Fix clippy lint needless_pass_by_value * Fix clippy lints for examples * Fix clippy lint unused_io_amount * Fix clippy lint new_without_default * Ignore inline_always clippy lint * Add vim temp files to .gitignore
2018-04-10 17:06:42 +03:00
# Vim temporary files
*.swp
*.swo
*.swn
Reference in New Issue
Copy Permalink