From b7db9e7aac15d6fab7509866354a61e7ca3b9bbd Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 28 Apr 2025 15:52:05 +0200 Subject: [PATCH] whisper : remove empty .gitmodules file [no ci] (#3085) This commit removes the empty `.gitmodules` file from the repository. The motivation of this is that this file is currently empty and the project does not use any submodules at this time. Removing it mainly to reduce clutter in the repository and any confusion when seen the file in repo. --- .gitmodules | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29b..00000000