Bug 1780466 - Increase fuzzy tolerance due to new R-wr-dc3-c variant. r=gfx-reviewers...
[gecko.git] / .hgignore
bloba566cc73796c4f4d29b82dc1f8adad3987e4c2b4
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 \.eslintcache
11 \.gcda
12 \.gcno
13 \.gcov
14 compile_commands\.json
16 # Generated by hg (e.g. revert, failed patch, ...)
17 \.orig$
18 \.rej$
20 # Ignore Python .egg-info directories for first-party modules (but,
21 # still add vendored packages' .egg-info directories)
22 ^(?=.*\.egg-info/)(?!^third_party/python/)(?!^testing/web-platform/tests/tools/third_party/)
24 # Vim swap files.
25 ^\.sw.$
26 .[^/]*\.sw.$
28 # Emacs directory variable files.
29 \.dir-locals\.el
30 # Emacs project sentinel files.
31 \.projectile
33 # User files that may appear at the root
34 ^\.clang-tidy
35 ^\.mozconfig
36 ^mozconfig*
37 ^configure$
38 ^old-configure$
39 ^config\.cache$
40 ^config\.log$
41 ^\.clang_complete
42 ^\.?machrc$
43 # pyenv artifact
44 ^\.python-version$
46 # Empty marker file that's generated when we check out NSS
47 ^security/manager/\.nss\.checkout$
49 # Build directories
50 ^obj
52 # gecko.log is generated by various test harnesses
53 ^gecko\.log
55 # Ignore newtab component build assets
56 ^browser/components/newtab/logs/
58 # Ignore Pocket component build and dev assets
59 browser/components/pocket/content/panels/css/main.compiled.css.map
61 # Build directories for js shell
62 _DBG\.OBJ/
63 _OPT\.OBJ/
64 ^js/src/.*-obj/
65 ^js/src/obj-.*/
67 # SpiderMonkey configury
68 ^js/src/configure$
69 ^js/src/old-configure$
70 ^js/src/autom4te.cache$
71 # SpiderMonkey test result logs
72 ^js/src/tests/results-.*\.(html|txt)$
73 ^js/src/devtools/rootAnalysis/t/out
74 # SpiderMonkey wasm/generate-spectests artifacts
75 ^js/src/jit-test/etc/wasm/generate-spectests/specs/
76 ^js/src/jit-test/etc/wasm/generate-spectests/tests/
77 ^js/src/jit-test/etc/wasm/generate-spectests/target/
79 # Java HTML5 parser classes
80 ^parser/html/java/(html|java)parser/
82 # SVN directories
83 \.svn/
85 # Ignore the files and directory that Eclipse IDE creates
86 \.project$
87 \.cproject$
88 \.settings/
90 # Ignore the files and directory that JetBrains IDEs create.
91 \.idea/
92 \.iml$
93 # Android Monitor in Android Studio creates a captures/ directory.
94 ^captures/
96 # Gradle cache.
97 ^.gradle/
99 # Local Gradle configuration properties.
100 ^local.properties$
102 # Git repositories
103 .git/
105 # Ignore chrome.manifest files from the devtools loader
106 ^devtools/client/chrome.manifest$
107 ^devtools/shared/chrome.manifest$
109 # Ignore node_modules directories in devtools
110 ^devtools/.*/node_modules/
112 # Ignore node_module directories and npm artifacts
113 ^remote/test/puppeteer/package-lock.json
114 ^remote/test/puppeteer/node_modules/
115 ^remote/test/puppeteer/.github
116 ^remote/test/puppeteer/.husky
117 ^remote/test/puppeteer/.local-chromium/
118 ^remote/test/puppeteer/.local-firefox/
119 ^remote/test/puppeteer/experimental/
120 ^remote/test/puppeteer/lib/
121 ^remote/test/puppeteer/test/output-firefox
122 ^remote/test/puppeteer/test/output-chromium
123 ^remote/test/puppeteer/website
125 # git checkout of libstagefright
126 ^media/libstagefright/android$
128 # Tag files generated by GNU Global
129 (^|/)GTAGS$
130 (^|/)GRTAGS$
131 (^|/)GSYMS$
132 (^|/)GPATH$
134 # Git clone directory for updating web-platform-tests
135 ^testing/web-platform/sync/
137 # Third party metadata for web-platform-tests
138 ^testing/web-platform/products/
140 # Android Gradle artifacts.
141 ^mobile/android/gradle/.gradle
143 # XCode project cruft
144 ^[^/]*\.xcodeproj/
146 # Rust/Cargo output from running `cargo` directly
147 ^target/
149 # Ignore mozharness execution files
150 ^testing/mozharness/.tox/
151 ^testing/mozharness/build/
152 ^testing/mozharness/logs/
153 ^testing/mozharness/.coverage
154 ^testing/mozharness/nosetests.xml
156 # Ignore tox generated dir
157 .tox/
159 # Ignore ESLint and other tool's node_modules.
160 ^node_modules/
161 ^tools/browsertime/node_modules/
162 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
163 ^browser/components/newtab/node_modules/
164 ^tools/esmify/node_modules/
166 # Ignore talos virtualenv and tp5n files.
167 # The tp5n set is supposed to be decompressed at
168 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
169 # locally. Similarly, running talos requires a Python package virtual
170 # environment. Both the virtual environment and tp5n files end up littering
171 # the status command, so we ignore them.
172 ^testing/talos/.Python
173 ^testing/talos/bin/
174 ^testing/talos/include/
175 ^testing/talos/lib/
176 ^testing/talos/talos/fis/tp5n.zip
177 ^testing/talos/talos/fis/tp5n.tar.gz
178 ^testing/talos/talos/fis/tp5n
179 ^testing/talos/talos/tests/tp5n.zip
180 ^testing/talos/talos/tests/tp5n.tar.gz
181 ^testing/talos/talos/tests/tp5n
182 ^testing/talos/talos/tests/devtools/damp.manifest.develop
183 ^testing/talos/talos/startup_test/startup_about_home_paint/startup_about_home_paint.manifest.develop
184 ^testing/talos/talos/webextensions/
185 ^talos-venv
186 ^py3venv
187 ^testing/talos/talos/mitmproxy/mitmdump
188 ^testing/talos/talos/mitmproxy/mitmproxy
189 ^testing/talos/talos/mitmproxy/mitmweb
191 # Ignore talos webkit benchmark files; source is copied from in-tree /third_party
192 # into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
193 # i.e. speedometer, motionmark, stylebench
194 ^testing/talos/talos/tests/webkit/PerformanceTests
196 # Ignore toolchains.json created by tooltool.
197 ^toolchains\.json
199 # Unit test
200 \.pytest_cache/
202 # Ignore files created when running a reftest.
203 ^lextab.py$
205 # Ignore sync tps logs and reports
206 tps\.log
207 tps_result\.json
209 # Ignore Visual Studio/Visual Studio Code workspace files.
210 \.vs/
211 \.vscode/(?!extensions\.json|tasks\.json)
212 \.user$
214 # https://bz.mercurial-scm.org/show_bug.cgi?id=5322
215 ^comm/
217 # Ignore various raptor performance framework files
218 ^testing/raptor/.raptor-venv
219 ^testing/raptor/raptor-venv
220 ^testing/raptor/raptor/tests/json/
221 ^testing/raptor/webext/raptor/auto_gen_test_config.js
223 # Ignore condprofile build directory
224 ^testing/condprofile/build
226 # Ignore browsertime output directory
227 ^browsertime-results
229 # Ignore the build directories of WebGPU and WebRender standalone builds.
230 gfx/wgpu/target
231 gfx/wgpu/.*/build
232 gfx/wr/target/
234 # Ignore this files in certviewer
235 toolkit/components/certviewer/content/node_modules/
236 toolkit/components/certviewer/content/package-lock.json
238 # Ignore Rust/Cargo output from running `cargo` directly for image_builder docker image
239 ^taskcluster/docker/image_builder/build-image/target
241 # Ignore ICU4X experimentation data files.
242 # See intl/ICU4X.md for more details.
243 ^config/external/icu4x
245 # Ignore the index files generated by clangd.
246 ^.cache/clangd/index/
248 # Ignore mypy files
249 \.mypy_cache/
251 # Ignore Storybook generated files
252 ^browser/components/storybook/node_modules/
253 ^browser/components/storybook/storybook-static/
255 # Ignore jscodeshift installed by mach esmify on windows
256 ^tools/esmify/jscodeshift
257 ^tools/esmify/jscodeshift.cmd
258 ^tools/esmify/jscodeshift.ps1
259 ^tools/esmify/package-lock.json