mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 00:50:40 +00:00
6a5db9e92f
- [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #14824 Source-Repo: https://github.com/servo/servo Source-Revision: bc9d7863b6763e59f7efed3d5c9870b19bafb195 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 9e2b92afe543e78e8676a51e4232c2bf3c708dff
32 lines
324 B
Plaintext
32 lines
324 B
Plaintext
/.servo
|
|
/.cargo
|
|
/.servobuild
|
|
/target
|
|
/ports/android/bin
|
|
/ports/android/libs
|
|
/ports/android/local.properties
|
|
/ports/android/obj
|
|
/python/_virtualenv
|
|
/python/tidy/servo_tidy.egg-info
|
|
*~
|
|
*.pkl
|
|
*.pyc
|
|
*.swp
|
|
*.swo
|
|
*.csv
|
|
.DS_Store
|
|
Servo.app
|
|
.config.mk.last
|
|
/glfw
|
|
|
|
# Editors
|
|
|
|
# IntelliJ
|
|
.idea
|
|
*.iws
|
|
|
|
# VSCode
|
|
.vscode
|
|
|
|
/unminified-js
|