mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add .hgignore file
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.
This commit is contained in:
parent
cd2dbd720b
commit
71a87ca004
1 changed files with 30 additions and 0 deletions
30
.hgignore
Normal file
30
.hgignore
Normal file
|
@ -0,0 +1,30 @@
|
|||
^\.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
|
Loading…
Add table
Add a link
Reference in a new issue