mirror of
https://github.com/SerenityOS/serenity
synced 2024-11-02 22:04:47 +00:00
bd1e76a98a
Otherwise, opening any folder under Base in Finder on macOS may create a tracked .DS_Store file, which we don't want committed to the repo.
50 lines
829 B
Text
50 lines
829 B
Text
*.swo
|
|
*.swp
|
|
*.config
|
|
*.creator
|
|
*.creator.user
|
|
*.creator.user.*
|
|
*.files
|
|
*.includes
|
|
*.cflags
|
|
*.cxxflags
|
|
*.autosave
|
|
Meta/Lagom/build
|
|
Build
|
|
Toolchain/Tarballs
|
|
Toolchain/Build
|
|
Toolchain/Local
|
|
.vscode
|
|
.ccls-cache
|
|
compile_commands.json
|
|
.cache
|
|
.clang_complete
|
|
.clangd
|
|
.idea/
|
|
cmake-build-debug/
|
|
output/
|
|
run-local.sh
|
|
sync-local.sh
|
|
.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
|