aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoftworkz <softworkz@hotmail.com>2025-04-13 16:43:49 +0200
committersoftworkz <softworkz@hotmail.com>2025-04-19 17:29:12 +0200
commit5fc424c27cde3a86a335d41df4939d183775c4ca (patch)
tree6fa665b9eac95a9fa8f35ba1869e675fc43ff8b7
parent02d7384ed5eec0152056c081b536c16cb86e6361 (diff)
downloadffmpeg-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--.gitignore1
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
+/.*/