gecko-dev/servo/.gitignore
Xidorn Quan 2648d2d6f1 servo: Merge #14551 - Remove legacy items from .gitignore (from upsuper:legacy-gitignore); r=emilio
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
2016-12-12 02:01:42 -08:00

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