Skip to content

Commit df33ef4

Browse files
committed
chore: Add ffmpeg binaries to .gitignore (too large for GitHub)
- FFmpeg executables exceed GitHub's 100MB file size limit - Added ffmpeg/bin/*.exe and *.dll to .gitignore - Removed from git tracking - Users should download FFmpeg separately from ffmpeg.org - Also added test output files to .gitignore
1 parent c59b925 commit df33ef4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,13 @@ outputs/*/frames/
6161
demo_reel/*/prep_data.json
6262
demo_reel/*/*.mp4
6363
demo_reel/*/*.avi
64+
65+
# FFmpeg binaries (too large for GitHub - download separately)
66+
ffmpeg/ffmpeg-master-latest-win64-gpl/bin/*.exe
67+
ffmpeg/ffmpeg-master-latest-win64-gpl/bin/*.dll
68+
69+
# Test output files
70+
*.log
71+
pil_test_output.txt
72+
rigged_*.log
73+
test_output.log

0 commit comments

Comments
 (0)