Remove the .hgignore file (#31127)

Servo is no longer vendored into Gecko, so this is no longer necessary.
This commit is contained in:
Martin Robinson 2024-01-18 20:04:22 +01:00 committed by GitHub
parent 64292cbb97
commit 729f40d1e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,30 +0,0 @@
^\.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