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.
This commit is contained in:
Thomas Voss 2022-09-27 20:27:45 +02:00 committed by Sam Atkins
parent a182bc9806
commit 58d50d2657
Notes: sideshowbarker 2024-07-17 07:38:17 +09:00

1
.gitignore vendored
View File

@ -27,6 +27,7 @@ output/
run-local.sh
sync-local.sh
.vim/
.exrc
Userland/Libraries/LibWasm/Tests/Fixtures/SpecTests
Userland/Libraries/LibWasm/Tests/Spec