123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- *.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/
- .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
|