aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
blob: 32cd546b4a59af42c6d174dc4ebe2fcc7074e61f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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