2020-07-27 15:32:26 -04:00
|
|
|
*.swo
|
2018-10-13 17:00:27 +02:00
|
|
|
*.swp
|
2019-01-27 09:50:11 +01:00
|
|
|
*.config
|
|
|
|
*.creator
|
|
|
|
*.creator.user
|
2019-01-28 20:38:53 +01:00
|
|
|
*.creator.user.*
|
2019-01-27 09:50:11 +01:00
|
|
|
*.files
|
|
|
|
*.includes
|
2019-02-06 10:17:26 +01:00
|
|
|
*.cflags
|
|
|
|
*.cxxflags
|
2019-06-30 10:36:28 +02:00
|
|
|
*.autosave
|
2020-04-13 11:00:31 -07:00
|
|
|
Meta/Lagom/build
|
2020-05-06 18:40:06 +03:00
|
|
|
Build
|
2019-04-15 15:16:47 +02:00
|
|
|
Toolchain/Tarballs
|
|
|
|
Toolchain/Build
|
2019-04-15 17:15:15 +02:00
|
|
|
Toolchain/Local
|
2019-04-15 16:34:41 +02:00
|
|
|
.vscode
|
2019-12-24 13:33:37 +13:00
|
|
|
.ccls-cache
|
2019-11-15 16:19:47 -05:00
|
|
|
.DS_Store
|
2019-05-31 13:28:47 -07:00
|
|
|
compile_commands.json
|
2020-11-11 22:52:04 +00:00
|
|
|
.cache
|
2019-06-06 08:29:26 -07:00
|
|
|
.clang_complete
|
2020-09-19 16:15:34 +01:00
|
|
|
.clangd
|
2020-06-21 08:46:50 -06:00
|
|
|
.idea/
|
|
|
|
cmake-build-debug/
|
2021-10-20 21:35:46 +02:00
|
|
|
output/
|
2021-08-07 07:00:36 +00:00
|
|
|
run-local.sh
|
2021-01-30 00:24:54 +01:00
|
|
|
sync-local.sh
|
2021-04-11 20:46:32 +02:00
|
|
|
.vim/
|
2022-09-27 20:27:45 +02:00
|
|
|
.exrc
|
2023-06-03 00:04:59 +01:00
|
|
|
.helix/
|
2021-05-04 07:36:59 +04:30
|
|
|
|
2023-09-02 17:30:21 +02:00
|
|
|
# Gradle/AndroidStudio
|
|
|
|
.gradle/
|
|
|
|
.cxx/
|
|
|
|
local.properties
|
|
|
|
# We can't build from cmd.exe anyway
|
|
|
|
gradlew.bat
|
|
|
|
|
2021-05-04 07:36:59 +04:30
|
|
|
Userland/Libraries/LibWasm/Tests/Fixtures/SpecTests
|
2021-05-07 10:02:58 +04:30
|
|
|
Userland/Libraries/LibWasm/Tests/Spec
|
2023-06-01 19:05:23 +03:00
|
|
|
|
|
|
|
Tests/LibWeb/WPT/wpt
|
|
|
|
Tests/LibWeb/WPT/metadata
|
2023-07-19 13:17:38 +02:00
|
|
|
Tests/LibWeb/WPT/MANIFEST.json
|
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/**
|