Bug 1449132 [wpt PR 10194] - [css-grid] Fix resolution of percentage paddings and...
[gecko.git] / .hgignore
blobfd121ff23a46ab0d1bd6c14e6305a23e36b4b821
1 # .hgignore - List of filenames hg should ignore
3 # Filenames that should be ignored wherever they appear
4 ~$
5 \.py(c|o)$
6 (?i)(^|/)TAGS$
7 (^|/)ID$
8 (^|/)\.DS_Store$
9 \.pdb
10 \.egg-info
12 # Vim swap files.
13 ^\.sw.$
14 .[^/]*\.sw.$
16 # Emacs directory variable files.
17 \.dir-locals\.el
19 # User files that may appear at the root
20 ^\.mozconfig
21 ^mozconfig*
22 ^configure$
23 ^old-configure$
24 ^config\.cache$
25 ^config\.log$
26 ^\.clang_complete
27 ^\.?machrc$
29 # Empty marker file that's generated when we check out NSS
30 ^security/manager/\.nss\.checkout$
32 # Build directories
33 ^obj
35 # gecko.log is generated by various test harnesses
36 ^gecko\.log
38 # Build directories for js shell
39 _DBG\.OBJ/
40 _OPT\.OBJ/
41 ^js/src/.*-obj/
43 # SpiderMonkey configury
44 ^js/src/configure$
45 ^js/src/old-configure$
46 ^js/src/autom4te.cache$
47 # SpiderMonkey test result logs
48 ^js/src/tests/results-.*\.(html|txt)$
49 ^js/src/devtools/rootAnalysis/t/out
50 # SpiderMonkey clone of the webassembly spec repository
51 ^js/src/wasm/spec
53 # Java HTML5 parser classes
54 ^parser/html/java/(html|java)parser/
56 # SVN directories
57 \.svn/
59 # Ignore the files and directory that Eclipse IDE creates
60 \.project$
61 \.cproject$
62 \.settings/
64 # Ignore the files and directory that JetBrains IDEs create.
65 \.idea/
66 \.iml$
67 # Android Monitor in Android Studio creates a captures/ directory.
68 ^captures/
70 # Gradle cache.
71 ^.gradle/
73 # Local Gradle configuration properties.
74 ^local.properties$
76 # Python stuff installed at build time.
77 ^third_party/python/psutil/.*\.so
78 ^third_party/python/psutil/.*\.pyd
79 ^third_party/python/psutil/build/
80 ^third_party/python/psutil/tmp/
82 # Git repositories
83 .git/
85 # Ignore chrome.manifest files from the devtools loader
86 ^devtools/client/chrome.manifest$
87 ^devtools/shared/chrome.manifest$
89 # Ignore node_modules directories in devtools
90 ^devtools/.*/node_modules/
92 # git checkout of libstagefright
93 ^media/libstagefright/android$
95 # Tag files generated by GNU Global
96 GTAGS
97 GRTAGS
98 GSYMS
99 GPATH
101 # Git clone directory for updating web-platform-tests
102 ^testing/web-platform/sync/
104 # Third party metadata for web-platform-tests
105 ^testing/web-platform/products/
107 # Android Gradle artifacts.
108 ^mobile/android/gradle/.gradle
110 # XCode project cruft
111 ^[^/]*\.xcodeproj/
112 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
113 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
115 # Rust/Cargo output from running `cargo` directly
116 ^target/
118 # Ignore mozharness execution files
119 ^testing/mozharness/.tox/
120 ^testing/mozharness/build/
121 ^testing/mozharness/logs/
122 ^testing/mozharness/.coverage
123 ^testing/mozharness/nosetests.xml
125 # Ignore tox generated dir
126 .tox/
128 # Ignore ESLint node_modules
129 ^node_modules/
130 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
132 # Ignore talos virtualenv and tp5n files.
133 # The tp5n set is supposed to be decompressed at
134 # testing/talos/talos/tests/tp5n in order to run tests like tps
135 # locally. Similarly, running talos requires a Python package virtual
136 # environment. Both the virtual environment and tp5n files end up littering
137 # the status command, so we ignore them.
138 ^testing/talos/.Python
139 ^testing/talos/bin/
140 ^testing/talos/include/
141 ^testing/talos/lib/
142 ^testing/talos/talos/tests/tp5n.zip
143 ^testing/talos/talos/tests/tp5n.tar.gz
144 ^testing/talos/talos/tests/tp5n
145 ^testing/talos/talos/tests/devtools/damp.manifest.develop
146 ^talos-venv
147 ^py3venv
148 ^testing/talos/talos/mitmproxy/mitmdump
149 ^testing/talos/talos/mitmproxy/mitmproxy
150 ^testing/talos/talos/mitmproxy/mitmweb
152 # Ignore talos webkit benchmark files; source is copied from in-tree /third_party
153 # into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
154 # i.e. speedometer, motionmark, stylebench
155 ^testing/talos/talos/tests/webkit/PerformanceTests
157 # Ignore toolchains.json created by tooltool.
158 ^toolchains\.json
160 # Ignore files created when running a reftest.
161 ^lextab.py$
163 # tup database
164 ^\.tup
166 # Ignore sync tps logs and reports
167 tps\.log
168 tps_result\.json
170 # Ignore Visual Studio Code workspace files.
171 \.vscode/(?!extensions\.json|tasks\.json)
173 subinclude:servo/.hgignore
175 # Ignore Infer output
176 ^infer-out/
178 # https://bz.mercurial-scm.org/show_bug.cgi?id=5322
179 ^comm/