From acdbb9c6a6c0025dcb209646949bdc56fa942a76 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Wed, 8 Apr 2026 11:03:00 -0600 Subject: [PATCH] Android: Add .idea/vcs.xml to .gitignore --- .gitignore | 1 + IDE/Android/.idea/vcs.xml | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 IDE/Android/.idea/vcs.xml diff --git a/.gitignore b/.gitignore index a940151..329c9c3 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ lib/ docs/ report/ IDE/Android/.idea/deploymentTargetDropDown.xml +IDE/Android/.idea/vcs.xml IDE/Android/app/.cxx/ IDE/Android/app/src/main/cpp/wolfssl/ IDE/WIN/.vs diff --git a/IDE/Android/.idea/vcs.xml b/IDE/Android/.idea/vcs.xml deleted file mode 100644 index f81dde8..0000000 --- a/IDE/Android/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file