diff options
author | softworkz <softworkz@hotmail.com> | 2025-04-13 16:43:49 +0200 |
---|---|---|
committer | softworkz <softworkz@hotmail.com> | 2025-04-19 17:29:12 +0200 |
commit | 5fc424c27cde3a86a335d41df4939d183775c4ca (patch) | |
tree | 6fa665b9eac95a9fa8f35ba1869e675fc43ff8b7 | |
parent | 02d7384ed5eec0152056c081b536c16cb86e6361 (diff) | |
download | ffmpeg-5fc424c27cde3a86a335d41df4939d183775c4ca.tar.gz |
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>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 +/.*/ |