From 58d50d2657fb3ecaad55a150bcdceb43f9166676 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 27 Sep 2022 20:27:45 +0200 Subject: [PATCH] Meta: Ignore vim's .exrc config With the vim setting `exrc` enabled, vim automatically looks for a .exrc file in the current directory for project-specific configuation. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e67af6a4682..ceec30fd73f 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ output/ run-local.sh sync-local.sh .vim/ +.exrc Userland/Libraries/LibWasm/Tests/Fixtures/SpecTests Userland/Libraries/LibWasm/Tests/Spec