Bug 1646700 [wpt PR 24235] - Update picture-in-picture idlharness test, a=testonly
[gecko.git] / .hgignore
blob6c57908a66cdec974793048f9b576156d7ecdd52
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 \.egg-info
11 \.eslintcache
12 \.gcda
13 \.gcno
14 \.gcov
15 compile_commands\.json
17 # Vim swap files.
18 ^\.sw.$
19 .[^/]*\.sw.$
21 # Emacs directory variable files.
22 \.dir-locals\.el
23 # Emacs project sentinel files.
24 \.projectile
26 # User files that may appear at the root
27 ^\.mozconfig
28 ^mozconfig*
29 ^configure$
30 ^old-configure$
31 ^config\.cache$
32 ^config\.log$
33 ^\.clang_complete
34 ^\.?machrc$
35 # pyenv artifact
36 ^\.python-version$
38 # Empty marker file that's generated when we check out NSS
39 ^security/manager/\.nss\.checkout$
41 # Build directories
42 ^obj
44 # gecko.log is generated by various test harnesses
45 ^gecko\.log
47 # Ignore newtab component build assets
48 ^browser/components/newtab/logs/
50 # Build directories for js shell
51 _DBG\.OBJ/
52 _OPT\.OBJ/
53 ^js/src/.*-obj/
54 ^js/src/obj-.*/
56 # SpiderMonkey configury
57 ^js/src/configure$
58 ^js/src/old-configure$
59 ^js/src/autom4te.cache$
60 # SpiderMonkey test result logs
61 ^js/src/tests/results-.*\.(html|txt)$
62 ^js/src/devtools/rootAnalysis/t/out
63 # SpiderMonkey clone of the wasm-generate-testsuite repository
64 ^js/src/jit-test/etc/wasm/wasm-generate-testsuite/
66 # Java HTML5 parser classes
67 ^parser/html/java/(html|java)parser/
69 # SVN directories
70 \.svn/
72 # Ignore the files and directory that Eclipse IDE creates
73 \.project$
74 \.cproject$
75 \.settings/
77 # Ignore the files and directory that JetBrains IDEs create.
78 \.idea/
79 \.iml$
80 # Android Monitor in Android Studio creates a captures/ directory.
81 ^captures/
83 # Gradle cache.
84 ^.gradle/
85 ^tools/infer/test/.gradle/
87 # Local Gradle configuration properties.
88 ^local.properties$
90 # Python stuff installed at build time.
91 ^third_party/python/psutil/.*\.so
92 ^third_party/python/psutil/.*\.pyd
93 ^third_party/python/psutil/build/
94 ^third_party/python/psutil/tmp/
96 # Git repositories
97 .git/
99 # Ignore chrome.manifest files from the devtools loader
100 ^devtools/client/chrome.manifest$
101 ^devtools/shared/chrome.manifest$
103 # Ignore node_modules directories in devtools
104 ^devtools/.*/node_modules/
106 # Ignore node_module directories and npm artifacts
107 ^remote/test/puppeteer/package-lock.json
108 ^remote/test/puppeteer/node_modules/
109 ^remote/test/puppeteer/.local-chromium/
110 ^remote/test/puppeteer/.local-firefox/
111 ^remote/test/puppeteer/experimental/
112 ^remote/test/puppeteer/lib/
113 ^remote/test/puppeteer/test/output-firefox
114 ^remote/test/puppeteer/test/output-chromium
116 # git checkout of libstagefright
117 ^media/libstagefright/android$
119 # Tag files generated by GNU Global
120 (^|/)GTAGS$
121 (^|/)GRTAGS$
122 (^|/)GSYMS$
123 (^|/)GPATH$
125 # Git clone directory for updating web-platform-tests
126 ^testing/web-platform/sync/
128 # Third party metadata for web-platform-tests
129 ^testing/web-platform/products/
131 # Android Gradle artifacts.
132 ^mobile/android/gradle/.gradle
134 # XCode project cruft
135 ^[^/]*\.xcodeproj/
137 # Rust/Cargo output from running `cargo` directly
138 ^target/
140 # Ignore mozharness execution files
141 ^testing/mozharness/.tox/
142 ^testing/mozharness/build/
143 ^testing/mozharness/logs/
144 ^testing/mozharness/.coverage
145 ^testing/mozharness/nosetests.xml
147 # Ignore tox generated dir
148 .tox/
150 # Ignore ESLint and other tool's node_modules.
151 ^node_modules/
152 ^tools/browsertime/node_modules/
153 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
155 # Ignore talos virtualenv and tp5n files.
156 # The tp5n set is supposed to be decompressed at
157 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
158 # locally. Similarly, running talos requires a Python package virtual
159 # environment. Both the virtual environment and tp5n files end up littering
160 # the status command, so we ignore them.
161 ^testing/talos/.Python
162 ^testing/talos/bin/
163 ^testing/talos/include/
164 ^testing/talos/lib/
165 ^testing/talos/talos/fis/tp5n.zip
166 ^testing/talos/talos/fis/tp5n.tar.gz
167 ^testing/talos/talos/fis/tp5n
168 ^testing/talos/talos/tests/tp5n.zip
169 ^testing/talos/talos/tests/tp5n.tar.gz
170 ^testing/talos/talos/tests/tp5n
171 ^testing/talos/talos/tests/devtools/damp.manifest.develop
172 ^testing/talos/talos/startup_test/startup_about_home_paint/startup_about_home_paint.manifest.develop
173 ^testing/talos/talos/webextensions/
174 ^testing/talos/talos/tests/about-newtab/about_newtab.manifest.develop
175 ^talos-venv
176 ^py3venv
177 ^testing/talos/talos/mitmproxy/mitmdump
178 ^testing/talos/talos/mitmproxy/mitmproxy
179 ^testing/talos/talos/mitmproxy/mitmweb
181 # Ignore talos webkit benchmark files; source is copied from in-tree /third_party
182 # into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
183 # i.e. speedometer, motionmark, stylebench
184 ^testing/talos/talos/tests/webkit/PerformanceTests
186 # Ignore toolchains.json created by tooltool.
187 ^toolchains\.json
189 # Ignore files created when running a reftest.
190 ^lextab.py$
192 # Ignore sync tps logs and reports
193 tps\.log
194 tps_result\.json
196 # Ignore Visual Studio Code workspace files.
197 \.vscode/(?!extensions\.json|tasks\.json)
199 # Ignore Infer output
200 ^infer-out/
202 # https://bz.mercurial-scm.org/show_bug.cgi?id=5322
203 ^comm/
205 # Ignore various raptor performance framework files
206 ^testing/raptor/.raptor-venv
207 ^testing/raptor/raptor-venv
208 ^testing/raptor/raptor/tests/json/
209 ^testing/raptor/webext/raptor/auto_gen_test_config.js
211 # Ignore browsertime output directory
212 ^browsertime-results
214 # Ignore the build directories of WebGPU and WebRender standalone builds.
215 gfx/wgpu/target
216 gfx/wgpu/.*/build
217 gfx/wr/target/
219 # Ignore this files in certviewer
220 toolkit/components/certviewer/content/node_modules/
221 toolkit/components/certviewer/content/package-lock.json
223 # Ignore Rust/Cargo output from running `cargo` directly for image_builder docker image
224 ^taskcluster/docker/image_builder/build-image/target