mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
b6e334ea73
I was going to try VSCode to see if the debugger works well or not with Rust. Since VSCode (as well as other editors) add their own project files to git, I figured they should be accounted for in the .gitignore file. Source-Repo: https://github.com/servo/servo Source-Revision: 0efbe5ece680ca515dcef95688a4b680a6a0df5e
38 lines
360 B
Plaintext
38 lines
360 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
|
|
*~
|
|
*#
|
|
*.o
|
|
*.so
|
|
*.dylib
|
|
*.dSYM
|
|
*.dll
|
|
*.dummy
|
|
*.pkl
|
|
*.pyc
|
|
*.swp
|
|
*.swo
|
|
*.csv
|
|
.DS_Store
|
|
servo-test
|
|
Servo.app
|
|
.config.mk.last
|
|
/glfw
|
|
|
|
# Editors
|
|
|
|
# IntelliJ
|
|
.idea
|
|
*.iws
|
|
|
|
# VSCode
|
|
.vscode
|