mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
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:
parent
a182bc9806
commit
58d50d2657
Notes:
sideshowbarker
2024-07-17 07:38:17 +09:00
Author: https://github.com/Mango0x45 Commit: https://github.com/SerenityOS/serenity/commit/58d50d2657 Pull-request: https://github.com/SerenityOS/serenity/pull/15381 Reviewed-by: https://github.com/MacDue ✅
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -27,6 +27,7 @@ output/
|
||||||
run-local.sh
|
run-local.sh
|
||||||
sync-local.sh
|
sync-local.sh
|
||||||
.vim/
|
.vim/
|
||||||
|
.exrc
|
||||||
|
|
||||||
Userland/Libraries/LibWasm/Tests/Fixtures/SpecTests
|
Userland/Libraries/LibWasm/Tests/Fixtures/SpecTests
|
||||||
Userland/Libraries/LibWasm/Tests/Spec
|
Userland/Libraries/LibWasm/Tests/Spec
|
||||||
|
|
Loading…
Reference in a new issue