12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- *.swo
- *.swp
- *.config
- *.creator
- *.creator.user
- *.creator.user.*
- *.files
- *.includes
- *.cflags
- *.cxxflags
- *.autosave
- build*/
- Build*/
- Toolchain/Tarballs
- Toolchain/Build
- Toolchain/Local
- .vscode
- .vs
- .ccls-cache
- compile_commands.json
- .cache
- .clang_complete
- .clangd
- .idea/
- cmake-build-debug/
- output/
- .vim/
- .exrc
- .helix/
- .swift-version
- .venv/
- .venv*/
- venv*/
- .gradle/
- .cxx/
- local.properties
- gradlew.bat
- Libraries/LibWasm/Tests/Fixtures/SpecTests
- Libraries/LibWasm/Tests/Spec
- Tests/LibWeb/WPT/wpt
- Tests/LibWeb/WPT/metadata
- Tests/LibWeb/WPT/MANIFEST.json
- http-test-server.pid.txt
- http-test-server.log
- Meta/CMake/vcpkg/user-variables.cmake
- !/Base/**
- .DS_Store
|