Bug 1866025 - Check if PHC is initialised on all entrypoints r=glandium
[gecko.git] / .hgignore
blobf8574db71788a74ffb4bf8dbdf285dfca4a99ea8
1 # .hgignore - List of filenames hg should ignore
3 # Filenames that should be ignored wherever they appear
4 ~$
5 \.py(c|o)$
6 (^|/)TAGS$
7 (^|/)tags$
8 (^|/)ID$
9 (^|/)\.DS_Store$
10 \.pdb
11 \.eslintcache
12 \.gcda
13 \.gcno
14 \.gcov
15 compile_commands\.json
17 # Generated by hg (e.g. revert, failed patch, ...)
18 \.orig$
19 \.rej$
21 # Ignore Python .egg-info directories for first-party modules (but,
22 # still add vendored packages' .egg-info directories)
23 ^(?=.*\.egg-info/)(?!^third_party/python/)(?!^testing/web-platform/tests/tools/third_party/)
25 # Vim swap files.
26 ^\.sw.$
27 .[^/]*\.sw.$
29 # Emacs directory variable files.
30 \.dir-locals\.el
31 # Emacs project sentinel files.
32 \.projectile
34 # User files that may appear at the root
35 ^\.clang-tidy
36 ^\.clangd
37 ^\.mozconfig
38 ^mozconfig*
39 ^\.moz-fast-forward
40 ^old-configure$
41 ^config\.cache$
42 ^config\.log$
43 ^\.clang_complete
44 ^\.?machrc$
45 # pyenv artifact
46 ^\.python-version$
48 # Empty marker file that's generated when we check out NSS
49 ^security/manager/\.nss\.checkout$
51 # Build directories
52 ^obj
54 # gecko.log is generated by various test harnesses
55 ^gecko\.log
57 # Ignore newtab component build assets
58 ^browser/components/newtab/logs/
60 # Ignore ASRouter generated test files
61 ^browser/components/newtab/content-src/asrouter/schemas/corpus/CFRMessageProvider.messages.json
62 ^browser/components/newtab/content-src/asrouter/schemas/corpus/OnboardingMessageProvider.messages.json
63 ^browser/components/newtab/content-src/asrouter/schemas/corpus/PanelTestProvider.messages.json
64 ^browser/components/newtab/content-src/asrouter/schemas/corpus/PanelTestProvider_toast_notification.messages.json
66 # Ignore Pocket component build and dev assets
67 browser/components/pocket/content/panels/css/main.compiled.css.map
69 # Build directories for js shell
70 _DBG\.OBJ/
71 _OPT\.OBJ/
72 ^js/src/.*-obj/
73 ^js/src/obj-.*/
75 # SpiderMonkey configury
76 ^js/src/old-configure$
77 ^js/src/autom4te.cache$
78 # SpiderMonkey test result logs
79 ^js/src/tests/results-.*\.(html|txt)$
80 ^js/src/devtools/rootAnalysis/t/out
81 # SpiderMonkey wasm/generate-spectests artifacts
82 ^js/src/jit-test/etc/wasm/generate-spectests/specs/
83 ^js/src/jit-test/etc/wasm/generate-spectests/tests/
84 ^js/src/jit-test/etc/wasm/generate-spectests/target/
86 # Java HTML5 parser classes
87 ^parser/html/java/(html|java)parser/
89 # SVN directories
90 \.svn/
92 # Ignore the files and directory that Eclipse IDE creates
93 \.project$
94 \.cproject$
95 \.settings/
97 # Ignore the files and directory that JetBrains IDEs create.
98 \.idea/
99 \.iml$
100 # Android Monitor in Android Studio creates a captures/ directory.
101 ^captures/
103 # Gradle cache.
104 ^.gradle/
106 # Local Gradle configuration properties.
107 ^local.properties$
109 # Git repositories
110 .git/
112 # Ignore chrome.manifest files from the devtools loader
113 ^devtools/client/chrome.manifest$
114 ^devtools/shared/chrome.manifest$
116 # Ignore node_modules directories in devtools
117 ^devtools/.*/node_modules/
119 # Ignore node_module directories and npm artifacts
120 ^remote/test/puppeteer/.*\.tsbuildinfo
121 ^remote/test/puppeteer/.*/lib/
122 ^remote/test/puppeteer/.*/node_modules/
123 ^remote/test/puppeteer/.*/\.wireit/
124 ^remote/test/puppeteer/\.devcontainer/
125 ^remote/test/puppeteer/\.github
126 ^remote/test/puppeteer/\.husky
127 ^remote/test/puppeteer/\.wireit/
128 ^remote/test/puppeteer/coverage/
129 ^remote/test/puppeteer/docker/
130 ^remote/test/puppeteer/docs/puppeteer-core\.api\.json
131 ^remote/test/puppeteer/docs/puppeteer\.api\.json
132 ^remote/test/puppeteer/experimental/
133 ^remote/test/puppeteer/lib/
134 ^remote/test/puppeteer/node_modules/
135 ^remote/test/puppeteer/package-lock\.json
136 ^remote/test/puppeteer/packages/ng-schematics/test/build
137 ^remote/test/puppeteer/packages/puppeteer/.*/README.md
138 ^remote/test/puppeteer/packages/puppeteer-core/src/generated
139 ^remote/test/puppeteer/packages/puppeteer-core/.*/README.md
140 ^remote/test/puppeteer/src/generated
141 ^remote/test/puppeteer/test/build
142 ^remote/test/puppeteer/test/installation/puppeteer.*\.tgz
143 ^remote/test/puppeteer/test/output-firefox
144 ^remote/test/puppeteer/test/output-chromium
145 ^remote/test/puppeteer/testserver/lib/
146 ^remote/test/puppeteer/tools/internal/
147 `remote/test/puppeteer/tools/mocha-runner/bin/
148 ^remote/test/puppeteer/website
150 ^third_party/js/PKI.js/node_modules/
151 ^third_party/js/PKI.js/package-lock.json
153 # git checkout of libstagefright
154 ^media/libstagefright/android$
156 # Tag files generated by GNU Global
157 (^|/)GTAGS$
158 (^|/)GRTAGS$
159 (^|/)GSYMS$
160 (^|/)GPATH$
162 # Git clone directory for updating web-platform-tests
163 ^testing/web-platform/sync/
165 # Third party metadata for web-platform-tests
166 ^testing/web-platform/products/
168 # Android Gradle artifacts.
169 ^mobile/android/gradle/.gradle
171 # XCode project cruft
172 ^[^/]*\.xcodeproj/
174 # Rust/Cargo output from running `cargo` directly
175 ^target/
176 ^servo/ports/geckolib/target/
177 ^dom/base/rust/target/
178 ^servo/components/style/target/
179 ^dom/webgpu/tests/cts/vendor/target/
181 # Ignore mozharness execution files
182 ^testing/mozharness/.tox/
183 ^testing/mozharness/build/
184 ^testing/mozharness/logs/
185 ^testing/mozharness/.coverage
186 ^testing/mozharness/nosetests.xml
188 # Ignore tox generated dir
189 .tox/
191 # Ignore ESLint and other tool's node_modules.
192 ^node_modules/
193 ^tools/browsertime/node_modules/
194 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
195 ^browser/components/newtab/node_modules/
196 ^tools/esmify/node_modules/
198 # Ignore talos virtualenv and tp5n files.
199 # The tp5n set is supposed to be decompressed at
200 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
201 # locally. Similarly, running talos requires a Python package virtual
202 # environment. Both the virtual environment and tp5n files end up littering
203 # the status command, so we ignore them.
204 ^testing/talos/.Python
205 ^testing/talos/bin/
206 ^testing/talos/include/
207 ^testing/talos/lib/
208 ^testing/talos/talos/fis/tp5n.zip
209 ^testing/talos/talos/fis/tp5n.tar.gz
210 ^testing/talos/talos/fis/tp5n
211 ^testing/talos/talos/tests/tp5n.zip
212 ^testing/talos/talos/tests/tp5n.tar.gz
213 ^testing/talos/talos/tests/tp5n
214 ^testing/talos/talos/tests/devtools/damp.manifest.develop
215 ^testing/talos/talos/startup_test/startup_about_home_paint/startup_about_home_paint.manifest.develop
216 ^testing/talos/talos/webextensions/
217 ^talos-venv
218 ^py3venv
219 ^testing/talos/talos/mitmproxy/mitmdump
220 ^testing/talos/talos/mitmproxy/mitmproxy
221 ^testing/talos/talos/mitmproxy/mitmweb
223 # Ignore talos webkit benchmark files; source is copied from in-tree /third_party
224 # into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
225 # i.e. speedometer, motionmark, stylebench
226 ^testing/talos/talos/tests/webkit/PerformanceTests
228 # Ignore toolchains.json created by tooltool.
229 ^toolchains\.json
231 # Unit test
232 \.pytest_cache/
234 # Ruff
235 \.ruff_cache/
237 # Ignore files created when running a reftest.
238 ^lextab.py$
240 # Ignore sync tps logs and reports
241 tps\.log
242 tps_result\.json
244 # Ignore Visual Studio/Visual Studio Code workspace files.
245 \.vs/
246 \.vscode/(?!extensions\.json|tasks\.json)
247 \.user$
249 # https://bz.mercurial-scm.org/show_bug.cgi?id=5322
250 ^comm/
252 # Ignore various raptor performance framework files
253 ^testing/raptor/.raptor-venv
254 ^testing/raptor/raptor-venv
255 ^testing/raptor/raptor/tests/json/
256 ^testing/raptor/webext/raptor/auto_gen_test_config.js
258 # Ignore condprofile build directory
259 ^testing/condprofile/build
261 # Ignore browsertime output directory
262 ^browsertime-results
264 # Ignore the build directories of WebGPU and WebRender standalone builds.
265 gfx/wgpu/target
266 gfx/wgpu/.*/build
267 gfx/wr/target/
269 # Ignore Rust/Cargo output from running `cargo` directly for image_builder docker image
270 ^taskcluster/docker/image_builder/build-image/target
272 # Ignore ICU4X experimentation data files.
273 # See intl/ICU4X.md for more details.
274 ^config/external/icu4x
276 # Ignore the index files generated by clangd.
277 ^.cache/clangd/index/
279 # Ignore mypy files
280 \.mypy_cache/
282 # Ignore Storybook generated files
283 ^browser/components/storybook/node_modules/
284 ^browser/components/storybook/storybook-static/
285 ^browser/components/storybook/.storybook/chrome-map.js
286 ^browser/components/storybook/custom-elements.json
288 # Ignore jscodeshift installed by mach esmify on windows
289 ^tools/esmify/jscodeshift
290 ^tools/esmify/jscodeshift.cmd
291 ^tools/esmify/jscodeshift.ps1
292 ^tools/esmify/package-lock.json
294 # Ignore support files for en-US dictionary updates
295 ^extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/scowl
296 ^extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/support_files/
297 ^extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/*en_US-mozilla*
299 # Ignore automatically generated mots documentation
300 ^docs/mots/index.rst
302 # Ignore generated directory with .class files for GeckoView annotation processor
303 ^mobile/android/annotations/bin/