gecko-dev/servo/.gitignore
David Raifaizen b6e334ea73 servo: Merge #10825 - Adding vscode and intellij settings folders to gitignore (from craftytrickster:gitignore-update); r=Ms2ger
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
2016-04-25 05:09:57 -07:00

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