ffmpeg | branch: master | softworkz <softwo...@hotmail.com> | Sun Apr 13 16:43:49 2025 +0200| [5fc424c27cde3a86a335d41df4939d183775c4ca] | committer: softworkz
ffmpeg/repo: Add dot-folders in the repository root to .gitignore Those are often used by IDEs and FFmpeg doesn't have any such folders in the repo. Signed-off-by: softworkz <softwo...@hotmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5fc424c27cde3a86a335d41df4939d183775c4ca --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 430abaf91b..59c89da5e0 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /tools/python/__pycache__/ /libavcodec/vulkan/*.c /libavfilter/vulkan/*.c +/.*/ _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".