mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 06:05:44 +00:00
2648d2d6f1
The gitignore items being removed were added in f403129 for temporary files generated by `make` for cocoa integration. However, cocoa integration was later moved into its own repo [servo/cocoa-rs](https://github.com/servo/cocoa-rs), and thus the items are no longer necessary. Source-Repo: https://github.com/servo/servo Source-Revision: 7eb7d7adb2ab10642193f013f59fa93dd042d41a
30 lines
308 B
Plaintext
30 lines
308 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
|