serenity/.gitignore

51 lines
829 B
Plaintext
Raw Normal View History

*.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
*.cflags
*.cxxflags
*.autosave
Meta/Lagom/build
Build
2019-04-15 13:16:47 +00:00
Toolchain/Tarballs
Toolchain/Build
Toolchain/Local
.vscode
2019-12-24 00:33:37 +00:00
.ccls-cache
compile_commands.json
.cache
2019-06-06 15:29:26 +00:00
.clang_complete
2020-09-19 15:15:34 +00:00
.clangd
.idea/
cmake-build-debug/
output/
run-local.sh
sync-local.sh
2021-04-11 18:46:32 +00:00
.vim/
.exrc
.helix/
# Gradle/AndroidStudio
.gradle/
.cxx/
local.properties
# We can't build from cmd.exe anyway
gradlew.bat
Userland/Libraries/LibWasm/Tests/Fixtures/SpecTests
Userland/Libraries/LibWasm/Tests/Spec
Tests/LibWeb/WPT/wpt
Tests/LibWeb/WPT/metadata
Tests/LibWeb/WPT/MANIFEST.json
# Ensure that all files in /Base can be tracked, even if they match one of the above rules
!/Base/**
# Keep last to ensure .DS_Store is never tracked, even if otherwise allowed by any exception above.
.DS_Store