servo/.gitignore
Simon Sapin 9e544c2aae Remove the egl-configs diagnostic program
It has served its purpose. If we ever need it again it’s in git history.
2018-07-02 19:00:48 +02:00

42 lines
448 B
Text

/.servo
/.cargo/*
!/.cargo/config.*
/.servobuild
/android-toolchains
/target
/ports/android/bin
/ports/android/libs
/ports/android/local.properties
/ports/android/obj
/python/_virtualenv
/python/tidy/servo_tidy.egg-info
/tests/wpt/sync
*~
*.pkl
*.pyc
*.swp
*.swo
*.csv
*.rej
*.orig
.DS_Store
Servo.app
.config.mk.last
/glfw
capture_webrender/
/screenshots
# Editors
# IntelliJ
.idea
*.iws
*.iml
#Gradle
.gradle
# VSCode
.vscode
/unminified-js