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