Bug 1800492 - Fix division by zero when calculating GC_TENURED_SURVIVAL_RATE telemetr...
[gecko.git] / .hgignore
blob037e26c4c346588f81d382587fd6e562b807a3c9
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 ^old-configure$
38 ^config\.cache$
39 ^config\.log$
40 ^\.clang_complete
41 ^\.?machrc$
42 # pyenv artifact
43 ^\.python-version$
45 # Empty marker file that's generated when we check out NSS
46 ^security/manager/\.nss\.checkout$
48 # Build directories
49 ^obj
51 # gecko.log is generated by various test harnesses
52 ^gecko\.log
54 # Ignore newtab component build assets
55 ^browser/components/newtab/logs/
57 # Ignore Pocket component build and dev assets
58 browser/components/pocket/content/panels/css/main.compiled.css.map
60 # Build directories for js shell
61 _DBG\.OBJ/
62 _OPT\.OBJ/
63 ^js/src/.*-obj/
64 ^js/src/obj-.*/
66 # SpiderMonkey configury
67 ^js/src/old-configure$
68 ^js/src/autom4te.cache$
69 # SpiderMonkey test result logs
70 ^js/src/tests/results-.*\.(html|txt)$
71 ^js/src/devtools/rootAnalysis/t/out
72 # SpiderMonkey wasm/generate-spectests artifacts
73 ^js/src/jit-test/etc/wasm/generate-spectests/specs/
74 ^js/src/jit-test/etc/wasm/generate-spectests/tests/
75 ^js/src/jit-test/etc/wasm/generate-spectests/target/
77 # Java HTML5 parser classes
78 ^parser/html/java/(html|java)parser/
80 # SVN directories
81 \.svn/
83 # Ignore the files and directory that Eclipse IDE creates
84 \.project$
85 \.cproject$
86 \.settings/
88 # Ignore the files and directory that JetBrains IDEs create.
89 \.idea/
90 \.iml$
91 # Android Monitor in Android Studio creates a captures/ directory.
92 ^captures/
94 # Gradle cache.
95 ^.gradle/
97 # Local Gradle configuration properties.
98 ^local.properties$
100 # Git repositories
101 .git/
103 # Ignore chrome.manifest files from the devtools loader
104 ^devtools/client/chrome.manifest$
105 ^devtools/shared/chrome.manifest$
107 # Ignore node_modules directories in devtools
108 ^devtools/.*/node_modules/
110 # Ignore node_module directories and npm artifacts
111 ^remote/test/puppeteer/.*\.tsbuildinfo
112 ^remote/test/puppeteer/\.github
113 ^remote/test/puppeteer/\.husky
114 ^remote/test/puppeteer/\.local-chromium/
115 ^remote/test/puppeteer/\.local-firefox/
116 ^remote/test/puppeteer/coverage/
117 ^remote/test/puppeteer/docker/
118 ^remote/test/puppeteer/docs/puppeteer\.api\.json
119 ^remote/test/puppeteer/experimental/
120 ^remote/test/puppeteer/lib/
121 ^remote/test/puppeteer/node_modules/
122 ^remote/test/puppeteer/package-lock\.json
123 ^remote/test/puppeteer/puppeteer.*\.tgz
124 ^remote/test/puppeteer/src/generated
125 ^remote/test/puppeteer/test/build
126 ^remote/test/puppeteer/test/output-firefox
127 ^remote/test/puppeteer/test/output-chromium
128 ^remote/test/puppeteer/website
130 # git checkout of libstagefright
131 ^media/libstagefright/android$
133 # Tag files generated by GNU Global
134 (^|/)GTAGS$
135 (^|/)GRTAGS$
136 (^|/)GSYMS$
137 (^|/)GPATH$
139 # Git clone directory for updating web-platform-tests
140 ^testing/web-platform/sync/
142 # Third party metadata for web-platform-tests
143 ^testing/web-platform/products/
145 # Android Gradle artifacts.
146 ^mobile/android/gradle/.gradle
148 # XCode project cruft
149 ^[^/]*\.xcodeproj/
151 # Rust/Cargo output from running `cargo` directly
152 ^target/
153 ^servo/ports/geckolib/target/
154 ^dom/base/rust/target/
155 ^servo/components/style/target/
157 # Ignore mozharness execution files
158 ^testing/mozharness/.tox/
159 ^testing/mozharness/build/
160 ^testing/mozharness/logs/
161 ^testing/mozharness/.coverage
162 ^testing/mozharness/nosetests.xml
164 # Ignore tox generated dir
165 .tox/
167 # Ignore ESLint and other tool's node_modules.
168 ^node_modules/
169 ^tools/browsertime/node_modules/
170 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
171 ^browser/components/newtab/node_modules/
172 ^toolkit/content/vendor/lit/node_modules/
173 # Bug 1790483 Ignore lit - development only for now.
174 ^toolkit/content/widgets/vendor/lit.all.mjs
175 ^tools/esmify/node_modules/
177 # Ignore talos virtualenv and tp5n files.
178 # The tp5n set is supposed to be decompressed at
179 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
180 # locally. Similarly, running talos requires a Python package virtual
181 # environment. Both the virtual environment and tp5n files end up littering
182 # the status command, so we ignore them.
183 ^testing/talos/.Python
184 ^testing/talos/bin/
185 ^testing/talos/include/
186 ^testing/talos/lib/
187 ^testing/talos/talos/fis/tp5n.zip
188 ^testing/talos/talos/fis/tp5n.tar.gz
189 ^testing/talos/talos/fis/tp5n
190 ^testing/talos/talos/tests/tp5n.zip
191 ^testing/talos/talos/tests/tp5n.tar.gz
192 ^testing/talos/talos/tests/tp5n
193 ^testing/talos/talos/tests/devtools/damp.manifest.develop
194 ^testing/talos/talos/startup_test/startup_about_home_paint/startup_about_home_paint.manifest.develop
195 ^testing/talos/talos/webextensions/
196 ^talos-venv
197 ^py3venv
198 ^testing/talos/talos/mitmproxy/mitmdump
199 ^testing/talos/talos/mitmproxy/mitmproxy
200 ^testing/talos/talos/mitmproxy/mitmweb
202 # Ignore talos webkit benchmark files; source is copied from in-tree /third_party
203 # into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
204 # i.e. speedometer, motionmark, stylebench
205 ^testing/talos/talos/tests/webkit/PerformanceTests
207 # Ignore toolchains.json created by tooltool.
208 ^toolchains\.json
210 # Unit test
211 \.pytest_cache/
213 # Ignore files created when running a reftest.
214 ^lextab.py$
216 # Ignore sync tps logs and reports
217 tps\.log
218 tps_result\.json
220 # Ignore Visual Studio/Visual Studio Code workspace files.
221 \.vs/
222 \.vscode/(?!extensions\.json|tasks\.json)
223 \.user$
225 # https://bz.mercurial-scm.org/show_bug.cgi?id=5322
226 ^comm/
228 # Ignore various raptor performance framework files
229 ^testing/raptor/.raptor-venv
230 ^testing/raptor/raptor-venv
231 ^testing/raptor/raptor/tests/json/
232 ^testing/raptor/webext/raptor/auto_gen_test_config.js
234 # Ignore condprofile build directory
235 ^testing/condprofile/build
237 # Ignore browsertime output directory
238 ^browsertime-results
240 # Ignore the build directories of WebGPU and WebRender standalone builds.
241 gfx/wgpu/target
242 gfx/wgpu/.*/build
243 gfx/wr/target/
245 # Ignore this files in certviewer
246 toolkit/components/certviewer/content/node_modules/
247 toolkit/components/certviewer/content/package-lock.json
249 # Ignore Rust/Cargo output from running `cargo` directly for image_builder docker image
250 ^taskcluster/docker/image_builder/build-image/target
252 # Ignore ICU4X experimentation data files.
253 # See intl/ICU4X.md for more details.
254 ^config/external/icu4x
256 # Ignore the index files generated by clangd.
257 ^.cache/clangd/index/
259 # Ignore mypy files
260 \.mypy_cache/
262 # Ignore Storybook generated files
263 ^browser/components/storybook/node_modules/
264 ^browser/components/storybook/storybook-static/
266 # Ignore jscodeshift installed by mach esmify on windows
267 ^tools/esmify/jscodeshift
268 ^tools/esmify/jscodeshift.cmd
269 ^tools/esmify/jscodeshift.ps1
270 ^tools/esmify/package-lock.json