ladybird/.gitignore
Andrew Kaster c6e9f0e7b5 Meta+Documentation: Switch default build dir to Build/Ladybird
Also prefer using the new top-level CMakeLists.txt
2024-06-04 13:44:22 -06:00

49 lines
793 B
Plaintext

*.swo
*.swp
*.config
*.creator
*.creator.user
*.creator.user.*
*.files
*.includes
*.cflags
*.cxxflags
*.autosave
build*
Build*
Toolchain/Tarballs
Toolchain/Build
Toolchain/Local
.vscode
.ccls-cache
compile_commands.json
.cache
.clang_complete
.clangd
.idea/
cmake-build-debug/
output/
.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