mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +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
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…
Add table
Add a link
Reference in a new issue