Bug 1864828 - pt 1. Move operators to create literals with units into mfbt/ r=glandium
[gecko.git] / .hgignore
blob372191c60beab339566e92b561f6057e3a6e83ad
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 about:welcome build assets
61 ^browser/components/aboutwelcome/logs/
63 # Ignore ASRouter generated test files
64 ^browser/components/newtab/content-src/asrouter/schemas/corpus/CFRMessageProvider.messages.json
65 ^browser/components/newtab/content-src/asrouter/schemas/corpus/OnboardingMessageProvider.messages.json
66 ^browser/components/newtab/content-src/asrouter/schemas/corpus/PanelTestProvider.messages.json
67 ^browser/components/newtab/content-src/asrouter/schemas/corpus/PanelTestProvider_toast_notification.messages.json
69 # Ignore Pocket component build and dev assets
70 browser/components/pocket/content/panels/css/main.compiled.css.map
72 # Ignore downloaded thirdparty build artifacts.
73 toolkit/components/translations/bergamot-translator/thirdparty
75 # Build directories for js shell
76 _DBG\.OBJ/
77 _OPT\.OBJ/
78 ^js/src/.*-obj/
79 ^js/src/obj-.*/
81 # SpiderMonkey configury
82 ^js/src/old-configure$
83 ^js/src/autom4te.cache$
84 # SpiderMonkey test result logs
85 ^js/src/tests/results-.*\.(html|txt)$
86 ^js/src/devtools/rootAnalysis/t/out
87 # SpiderMonkey wasm/generate-spectests artifacts
88 ^js/src/jit-test/etc/wasm/generate-spectests/specs/
89 ^js/src/jit-test/etc/wasm/generate-spectests/tests/
90 ^js/src/jit-test/etc/wasm/generate-spectests/target/
92 # Java HTML5 parser classes
93 ^parser/html/java/(html|java)parser/
95 # SVN directories
96 \.svn/
98 # Ignore the files and directory that Eclipse IDE creates
99 \.project$
100 \.cproject$
101 \.settings/
103 # Ignore the files and directory that JetBrains IDEs create.
104 \.idea/
105 \.iml$
106 # Android Monitor in Android Studio creates a captures/ directory.
107 ^captures/
109 # Gradle cache.
110 ^.gradle/
112 # Local Gradle configuration properties.
113 ^local.properties$
115 # Git repositories
116 .git/
118 # Ignore chrome.manifest files from the devtools loader
119 ^devtools/client/chrome.manifest$
120 ^devtools/shared/chrome.manifest$
122 # Ignore node_modules directories in devtools
123 ^devtools/.*/node_modules/
125 # Ignore node_module directories and npm artifacts
126 ^remote/test/puppeteer/.*\.tsbuildinfo
127 ^remote/test/puppeteer/.*/lib/
128 ^remote/test/puppeteer/.*/node_modules/
129 ^remote/test/puppeteer/.*/\.wireit/
130 ^remote/test/puppeteer/\.devcontainer/
131 ^remote/test/puppeteer/\.github
132 ^remote/test/puppeteer/\.husky
133 ^remote/test/puppeteer/\.wireit/
134 ^remote/test/puppeteer/coverage/
135 ^remote/test/puppeteer/docker/
136 ^remote/test/puppeteer/docs/puppeteer-core\.api\.json
137 ^remote/test/puppeteer/docs/puppeteer\.api\.json
138 ^remote/test/puppeteer/experimental/
139 ^remote/test/puppeteer/lib/
140 ^remote/test/puppeteer/node_modules/
141 ^remote/test/puppeteer/package-lock\.json
142 ^remote/test/puppeteer/packages/ng-schematics/test/build
143 ^remote/test/puppeteer/packages/puppeteer/.*/README.md
144 ^remote/test/puppeteer/packages/puppeteer-core/src/generated
145 ^remote/test/puppeteer/packages/puppeteer-core/.*/README.md
146 ^remote/test/puppeteer/src/generated
147 ^remote/test/puppeteer/test/build
148 ^remote/test/puppeteer/test/installation/puppeteer.*\.tgz
149 ^remote/test/puppeteer/test/output-firefox
150 ^remote/test/puppeteer/test/output-chromium
151 ^remote/test/puppeteer/testserver/lib/
152 ^remote/test/puppeteer/tools/internal/
153 `remote/test/puppeteer/tools/mocha-runner/bin/
154 ^remote/test/puppeteer/website
156 ^third_party/js/PKI.js/node_modules/
157 ^third_party/js/PKI.js/package-lock.json
159 # git checkout of libstagefright
160 ^media/libstagefright/android$
162 # Tag files generated by GNU Global
163 (^|/)GTAGS$
164 (^|/)GRTAGS$
165 (^|/)GSYMS$
166 (^|/)GPATH$
168 # Git clone directory for updating web-platform-tests
169 ^testing/web-platform/sync/
171 # Third party metadata for web-platform-tests
172 ^testing/web-platform/products/
174 # Android Gradle artifacts.
175 ^mobile/android/gradle/.gradle
177 # XCode project cruft
178 ^[^/]*\.xcodeproj/
180 # Rust/Cargo output from running `cargo` directly
181 ^target/
182 ^servo/ports/geckolib/target/
183 ^dom/base/rust/target/
184 ^servo/components/style/target/
185 ^dom/webgpu/tests/cts/vendor/target/
187 # Ignore mozharness execution files
188 ^testing/mozharness/.tox/
189 ^testing/mozharness/build/
190 ^testing/mozharness/logs/
191 ^testing/mozharness/.coverage
192 ^testing/mozharness/nosetests.xml
194 # Ignore tox generated dir
195 .tox/
197 # Ignore ESLint and other tool's node_modules.
198 ^node_modules/
199 ^tools/browsertime/node_modules/
200 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
201 ^browser/components/newtab/node_modules/
202 ^browser/components/aboutwelcome/node_modules/
203 ^tools/esmify/node_modules/
205 # Ignore talos virtualenv and tp5n files.
206 # The tp5n set is supposed to be decompressed at
207 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
208 # locally. Similarly, running talos requires a Python package virtual
209 # environment. Both the virtual environment and tp5n files end up littering
210 # the status command, so we ignore them.
211 ^testing/talos/.Python
212 ^testing/talos/bin/
213 ^testing/talos/include/
214 ^testing/talos/lib/
215 ^testing/talos/talos/fis/tp5n.zip
216 ^testing/talos/talos/fis/tp5n.tar.gz
217 ^testing/talos/talos/fis/tp5n
218 ^testing/talos/talos/tests/tp5n.zip
219 ^testing/talos/talos/tests/tp5n.tar.gz
220 ^testing/talos/talos/tests/tp5n
221 ^testing/talos/talos/tests/devtools/damp.manifest.develop
222 ^testing/talos/talos/startup_test/startup_about_home_paint/startup_about_home_paint.manifest.develop
223 ^testing/talos/talos/webextensions/
224 ^talos-venv
225 ^py3venv
226 ^testing/talos/talos/mitmproxy/mitmdump
227 ^testing/talos/talos/mitmproxy/mitmproxy
228 ^testing/talos/talos/mitmproxy/mitmweb
230 # Ignore talos webkit benchmark files; source is copied from in-tree /third_party
231 # into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
232 # i.e. speedometer, motionmark, stylebench
233 ^testing/talos/talos/tests/webkit/PerformanceTests
235 # Ignore toolchains.json created by tooltool.
236 ^toolchains\.json
238 # Unit test
239 \.pytest_cache/
241 # Ruff
242 \.ruff_cache/
244 # Ignore files created when running a reftest.
245 ^lextab.py$
247 # Ignore sync tps logs and reports
248 tps\.log
249 tps_result\.json
251 # Ignore Visual Studio/Visual Studio Code workspace files.
252 \.vs/
253 \.vscode/(?!extensions\.json|tasks\.json)
254 \.user$
256 # https://bz.mercurial-scm.org/show_bug.cgi?id=5322
257 ^comm/
259 # Ignore various raptor performance framework files
260 ^testing/raptor/.raptor-venv
261 ^testing/raptor/raptor-venv
262 ^testing/raptor/raptor/tests/json/
263 ^testing/raptor/webext/raptor/auto_gen_test_config.js
265 # Ignore condprofile build directory
266 ^testing/condprofile/build
268 # Ignore browsertime output directory
269 ^browsertime-results
271 # Ignore the build directories of WebGPU and WebRender standalone builds.
272 gfx/wgpu/target
273 gfx/wgpu/.*/build
274 gfx/wr/target/
276 # Ignore Rust/Cargo output from running `cargo` directly for image_builder docker image
277 ^taskcluster/docker/image_builder/build-image/target
279 # Ignore ICU4X experimentation data files.
280 # See intl/ICU4X.md for more details.
281 ^config/external/icu4x
283 # Ignore the index files generated by clangd.
284 ^.cache/clangd/index/
286 # Ignore mypy files
287 \.mypy_cache/
289 # Ignore Storybook generated files
290 ^browser/components/storybook/node_modules/
291 ^browser/components/storybook/storybook-static/
292 ^browser/components/storybook/.storybook/chrome-map.js
293 ^browser/components/storybook/custom-elements.json
295 # Ignore jscodeshift installed by mach esmify on windows
296 ^tools/esmify/jscodeshift
297 ^tools/esmify/jscodeshift.cmd
298 ^tools/esmify/jscodeshift.ps1
299 ^tools/esmify/package-lock.json
301 # Ignore support files for en-US dictionary updates
302 ^extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/scowl
303 ^extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/support_files/
304 ^extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/*en_US-mozilla*
306 # Ignore automatically generated mots documentation
307 ^docs/mots/index.rst
309 # Ignore generated directory with .class files for GeckoView annotation processor
310 ^mobile/android/annotations/bin/