servo/.gitignore
Martin Robinson 6f4f237fbd
Remove lzma path workaround for MacOS (#30053)
Now that the new version of GStreamer fixes this issue, we can remove
the workarounds for this problem as well as all of the homebrew
bootstrapping logic.
2023-08-01 11:11:46 +00:00

62 lines
681 B
Text

/.servo
/.cargo/*
!/.cargo/config.*
/.servobuild
/.wpt
/.vs
/android-toolchains
/target
/tests/wpt/reftests-report/report.html
/ports/android/bin
/ports/android/libs
/ports/android/local.properties
/ports/android/obj
/python/_virtualenv*
/python/tidy/servo_tidy.egg-info
/tests/wpt/sync
*.pkl
*.pyc
*.swp
*.swo
*.csv
*.rej
*.orig
.coverage
.DS_Store
Servo.app
.config.mk.last
/glfw
capture_webrender/
/screenshots
# Editors
## IntelliJ
.idea
*.iws
*.iml
## Gradle
.gradle
## VSCode
.vscode
!/.vscode/extensions.json
!/.vscode/settings.json
## Emacs
*~
.#*
\#*
\#*\#
## Vim
Session.vim
Sessionx.vim
/unminified-js
# Layout debugger trace files
layout_trace*
# direnv
.envrc