Bug 1731994: part 7) Update documentation of `nsIContentPermissionPrompt`. r=edgar...
[gecko.git] / .hgignore
blob5dff49ad47b30029dca3c568a1dc070e98da3228
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 # Ignore Python .egg-info directories for first-party modules (but,
17 # still add vendored packages' .egg-info directories)
18 ^(?=.*\.egg-info/)(?!^third_party/python/)(?!^testing/web-platform/tests/tools/third_party/)
20 # Vim swap files.
21 ^\.sw.$
22 .[^/]*\.sw.$
24 # Emacs directory variable files.
25 \.dir-locals\.el
26 # Emacs project sentinel files.
27 \.projectile
29 # User files that may appear at the root
30 ^\.mozconfig
31 ^mozconfig*
32 ^configure$
33 ^old-configure$
34 ^config\.cache$
35 ^config\.log$
36 ^\.clang_complete
37 ^\.?machrc$
38 # pyenv artifact
39 ^\.python-version$
41 # Empty marker file that's generated when we check out NSS
42 ^security/manager/\.nss\.checkout$
44 # Build directories
45 ^obj
47 # gecko.log is generated by various test harnesses
48 ^gecko\.log
50 # Ignore newtab component build assets
51 ^browser/components/newtab/logs/
53 # Build directories for js shell
54 _DBG\.OBJ/
55 _OPT\.OBJ/
56 ^js/src/.*-obj/
57 ^js/src/obj-.*/
59 # SpiderMonkey configury
60 ^js/src/configure$
61 ^js/src/old-configure$
62 ^js/src/autom4te.cache$
63 # SpiderMonkey test result logs
64 ^js/src/tests/results-.*\.(html|txt)$
65 ^js/src/devtools/rootAnalysis/t/out
66 # SpiderMonkey wasm/generate-spectests artifacts
67 ^js/src/jit-test/etc/wasm/generate-spectests/specs/
68 ^js/src/jit-test/etc/wasm/generate-spectests/tests/
69 ^js/src/jit-test/etc/wasm/generate-spectests/target/
71 # Java HTML5 parser classes
72 ^parser/html/java/(html|java)parser/
74 # SVN directories
75 \.svn/
77 # Ignore the files and directory that Eclipse IDE creates
78 \.project$
79 \.cproject$
80 \.settings/
82 # Ignore the files and directory that JetBrains IDEs create.
83 \.idea/
84 \.iml$
85 # Android Monitor in Android Studio creates a captures/ directory.
86 ^captures/
88 # Gradle cache.
89 ^.gradle/
91 # Local Gradle configuration properties.
92 ^local.properties$
94 # Git repositories
95 .git/
97 # Ignore chrome.manifest files from the devtools loader
98 ^devtools/client/chrome.manifest$
99 ^devtools/shared/chrome.manifest$
101 # Ignore node_modules directories in devtools
102 ^devtools/.*/node_modules/
104 # Ignore node_module directories and npm artifacts
105 ^remote/test/puppeteer/package-lock.json
106 ^remote/test/puppeteer/node_modules/
107 ^remote/test/puppeteer/.local-chromium/
108 ^remote/test/puppeteer/.local-firefox/
109 ^remote/test/puppeteer/experimental/
110 ^remote/test/puppeteer/lib/
111 ^remote/test/puppeteer/test/output-firefox
112 ^remote/test/puppeteer/test/output-chromium
114 # git checkout of libstagefright
115 ^media/libstagefright/android$
117 # Tag files generated by GNU Global
118 (^|/)GTAGS$
119 (^|/)GRTAGS$
120 (^|/)GSYMS$
121 (^|/)GPATH$
123 # Git clone directory for updating web-platform-tests
124 ^testing/web-platform/sync/
126 # Third party metadata for web-platform-tests
127 ^testing/web-platform/products/
129 # Android Gradle artifacts.
130 ^mobile/android/gradle/.gradle
132 # XCode project cruft
133 ^[^/]*\.xcodeproj/
135 # Rust/Cargo output from running `cargo` directly
136 ^target/
138 # Ignore mozharness execution files
139 ^testing/mozharness/.tox/
140 ^testing/mozharness/build/
141 ^testing/mozharness/logs/
142 ^testing/mozharness/.coverage
143 ^testing/mozharness/nosetests.xml
145 # Ignore tox generated dir
146 .tox/
148 # Ignore ESLint and other tool's node_modules.
149 ^node_modules/
150 ^tools/browsertime/node_modules/
151 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
152 ^browser/components/newtab/node_modules/
154 # Ignore talos virtualenv and tp5n files.
155 # The tp5n set is supposed to be decompressed at
156 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
157 # locally. Similarly, running talos requires a Python package virtual
158 # environment. Both the virtual environment and tp5n files end up littering
159 # the status command, so we ignore them.
160 ^testing/talos/.Python
161 ^testing/talos/bin/
162 ^testing/talos/include/
163 ^testing/talos/lib/
164 ^testing/talos/talos/fis/tp5n.zip
165 ^testing/talos/talos/fis/tp5n.tar.gz
166 ^testing/talos/talos/fis/tp5n
167 ^testing/talos/talos/tests/tp5n.zip
168 ^testing/talos/talos/tests/tp5n.tar.gz
169 ^testing/talos/talos/tests/tp5n
170 ^testing/talos/talos/tests/devtools/damp.manifest.develop
171 ^testing/talos/talos/startup_test/startup_about_home_paint/startup_about_home_paint.manifest.develop
172 ^testing/talos/talos/webextensions/
173 ^talos-venv
174 ^py3venv
175 ^testing/talos/talos/mitmproxy/mitmdump
176 ^testing/talos/talos/mitmproxy/mitmproxy
177 ^testing/talos/talos/mitmproxy/mitmweb
179 # Ignore talos webkit benchmark files; source is copied from in-tree /third_party
180 # into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
181 # i.e. speedometer, motionmark, stylebench
182 ^testing/talos/talos/tests/webkit/PerformanceTests
184 # Ignore toolchains.json created by tooltool.
185 ^toolchains\.json
187 # Ignore files created when running a reftest.
188 ^lextab.py$
190 # Ignore sync tps logs and reports
191 tps\.log
192 tps_result\.json
194 # Ignore Visual Studio Code workspace files.
195 \.vscode/(?!extensions\.json|tasks\.json)
197 # https://bz.mercurial-scm.org/show_bug.cgi?id=5322
198 ^comm/
200 # Ignore various raptor performance framework files
201 ^testing/raptor/.raptor-venv
202 ^testing/raptor/raptor-venv
203 ^testing/raptor/raptor/tests/json/
204 ^testing/raptor/webext/raptor/auto_gen_test_config.js
206 # Ignore browsertime output directory
207 ^browsertime-results
209 # Ignore the build directories of WebGPU and WebRender standalone builds.
210 gfx/wgpu/target
211 gfx/wgpu/.*/build
212 gfx/wr/target/
214 # Ignore this files in certviewer
215 toolkit/components/certviewer/content/node_modules/
216 toolkit/components/certviewer/content/package-lock.json
218 # Ignore Rust/Cargo output from running `cargo` directly for image_builder docker image
219 ^taskcluster/docker/image_builder/build-image/target