This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new e4be207d82 Add missing .gitignore.
e4be207d82 is described below

commit e4be207d8293f30b1d97bcd00f7cc68f97658231
Author:     Romain Beauxis <[email protected]>
AuthorDate: Mon Aug 17 10:58:44 2026 -0500
Commit:     James Almer <[email protected]>
CommitDate: Mon Aug 17 22:21:44 2026 +0000

    Add missing .gitignore.
---
 libavformat/tests/.gitignore   | 1 +
 libswresample/tests/.gitignore | 1 +
 libswscale/.gitignore          | 1 +
 3 files changed, 3 insertions(+)

diff --git a/libavformat/tests/.gitignore b/libavformat/tests/.gitignore
index 34a62eca97..1807488603 100644
--- a/libavformat/tests/.gitignore
+++ b/libavformat/tests/.gitignore
@@ -3,6 +3,7 @@
 /imf
 /mkdir
 /noproxy
+/rename
 /rtmpdh
 /seek
 /srtp
diff --git a/libswresample/tests/.gitignore b/libswresample/tests/.gitignore
index e156fc35de..ac222fe159 100644
--- a/libswresample/tests/.gitignore
+++ b/libswresample/tests/.gitignore
@@ -1,2 +1,3 @@
 /rematrix
 /swresample
+/swresample_resample_realloc
diff --git a/libswscale/.gitignore b/libswscale/.gitignore
new file mode 100644
index 0000000000..4accf71fd8
--- /dev/null
+++ b/libswscale/.gitignore
@@ -0,0 +1 @@
+/uops_macros_gen

-- 
To stop receiving notification emails like this one, please contact
[email protected].
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to