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