mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
4753d2356e
The Firefox repository now contains a vendored copy of the Servo repository. The Firefox repository is canonically stored in Mercurial. If someone attempts to do Servo things in a checkout of the Firefox repository, they get a bunch of untracked files because there is no .hgignore file. This commit ports the .gitignore file to Mercurial. Source-Repo: https://github.com/servo/servo Source-Revision: 19deb66e2c4157d3f84ff724d5c1ef4cc0b17d3e --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 4b03563ba7da6ed96b00155eb2ed8aaa9d4a824e
31 lines
330 B
Plaintext
31 lines
330 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
|