VideoConcat/wails/resources/ffmpeg/.gitignore
2026-01-08 17:31:08 +08:00

32 lines
591 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 忽略 FFmpeg 二进制文件(文件太大,通常不应提交到 Git
# 用户需要自行下载并放置二进制文件到编译时嵌入
# 根目录的二进制文件(向后兼容)
ffmpeg
ffprobe
ffplay
ffmpeg.exe
ffprobe.exe
ffplay.exe
# 按平台组织的目录中的二进制文件
darwin/ffmpeg
darwin/ffprobe
darwin/ffplay
windows/ffmpeg.exe
windows/ffprobe.exe
windows/ffplay.exe
linux/ffmpeg
linux/ffprobe
linux/ffplay
# 但保留 README.md、.gitkeep 和目录结构
!README.md
!.gitkeep
!darwin/
!windows/
!linux/
!darwin/.gitkeep
!windows/.gitkeep
!linux/.gitkeep