mirror of
https://github.com/SerenityOS/serenity
synced 2024-11-02 22:04:47 +00:00
58d50d2657
With the vim setting `exrc` enabled, vim automatically looks for a .exrc file in the current directory for project-specific configuation.
33 lines
434 B
Text
33 lines
434 B
Text
*.swo
|
|
*.swp
|
|
*.config
|
|
*.creator
|
|
*.creator.user
|
|
*.creator.user.*
|
|
*.files
|
|
*.includes
|
|
*.cflags
|
|
*.cxxflags
|
|
*.autosave
|
|
Meta/Lagom/build
|
|
Build
|
|
Toolchain/Tarballs
|
|
Toolchain/Build
|
|
Toolchain/Local
|
|
.vscode
|
|
.ccls-cache
|
|
.DS_Store
|
|
compile_commands.json
|
|
.cache
|
|
.clang_complete
|
|
.clangd
|
|
.idea/
|
|
cmake-build-debug/
|
|
output/
|
|
run-local.sh
|
|
sync-local.sh
|
|
.vim/
|
|
.exrc
|
|
|
|
Userland/Libraries/LibWasm/Tests/Fixtures/SpecTests
|
|
Userland/Libraries/LibWasm/Tests/Spec
|