From 5fc424c27cde3a86a335d41df4939d183775c4ca Mon Sep 17 00:00:00 2001 From: softworkz Date: Sun, 13 Apr 2025 16:43:49 +0200 Subject: [PATCH] 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 --- .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 +/.*/