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 <softworkz@hotmail.com>
This commit is contained in:
softworkz
2025-04-13 16:43:49 +02:00
parent 02d7384ed5
commit 5fc424c27c

1
.gitignore vendored
View File

@ -44,3 +44,4 @@
/tools/python/__pycache__/
/libavcodec/vulkan/*.c
/libavfilter/vulkan/*.c
/.*/