2020-07-27 19:32:26 +00:00
|
|
|
*.swo
|
2018-10-13 15:00:27 +00:00
|
|
|
*.swp
|
2019-01-27 08:50:11 +00:00
|
|
|
*.config
|
|
|
|
*.creator
|
|
|
|
*.creator.user
|
2019-01-28 19:38:53 +00:00
|
|
|
*.creator.user.*
|
2019-01-27 08:50:11 +00:00
|
|
|
*.files
|
|
|
|
*.includes
|
2019-02-06 09:17:26 +00:00
|
|
|
*.cflags
|
|
|
|
*.cxxflags
|
2019-06-30 08:36:28 +00:00
|
|
|
*.autosave
|
2024-06-04 20:23:15 +00:00
|
|
|
build*/
|
|
|
|
Build*/
|
2019-04-15 13:16:47 +00:00
|
|
|
Toolchain/Tarballs
|
|
|
|
Toolchain/Build
|
2019-04-15 15:15:15 +00:00
|
|
|
Toolchain/Local
|
2019-04-15 14:34:41 +00:00
|
|
|
.vscode
|
2024-10-09 00:43:29 +00:00
|
|
|
.vs
|
2019-12-24 00:33:37 +00:00
|
|
|
.ccls-cache
|
2019-05-31 20:28:47 +00:00
|
|
|
compile_commands.json
|
2020-11-11 22:52:04 +00:00
|
|
|
.cache
|
2019-06-06 15:29:26 +00:00
|
|
|
.clang_complete
|
2020-09-19 15:15:34 +00:00
|
|
|
.clangd
|
2020-06-21 14:46:50 +00:00
|
|
|
.idea/
|
|
|
|
cmake-build-debug/
|
2021-10-20 19:35:46 +00:00
|
|
|
output/
|
2021-04-11 18:46:32 +00:00
|
|
|
.vim/
|
2022-09-27 18:27:45 +00:00
|
|
|
.exrc
|
2023-06-02 23:04:59 +00:00
|
|
|
.helix/
|
2021-05-04 03:06:59 +00:00
|
|
|
|
2023-09-02 15:30:21 +00:00
|
|
|
# Gradle/AndroidStudio
|
|
|
|
.gradle/
|
|
|
|
.cxx/
|
|
|
|
local.properties
|
|
|
|
# We can't build from cmd.exe anyway
|
|
|
|
gradlew.bat
|
|
|
|
|
2021-05-04 03:06:59 +00:00
|
|
|
Userland/Libraries/LibWasm/Tests/Fixtures/SpecTests
|
2021-05-07 05:32:58 +00:00
|
|
|
Userland/Libraries/LibWasm/Tests/Spec
|
2023-06-01 16:05:23 +00:00
|
|
|
|
|
|
|
Tests/LibWeb/WPT/wpt
|
|
|
|
Tests/LibWeb/WPT/metadata
|
2023-07-19 11:17:38 +00:00
|
|
|
Tests/LibWeb/WPT/MANIFEST.json
|
2023-07-29 20:17:34 +00:00
|
|
|
|
2024-07-06 12:21:29 +00:00
|
|
|
Meta/CMake/vcpkg/user-variables.cmake
|
|
|
|
|
2023-07-29 20:17:34 +00:00
|
|
|
# Ensure that all files in /Base can be tracked, even if they match one of the above rules
|
|
|
|
!/Base/**
|
2023-11-14 19:43:00 +00:00
|
|
|
|
|
|
|
# Keep last to ensure .DS_Store is never tracked, even if otherwise allowed by any exception above.
|
|
|
|
.DS_Store
|