Backed out changeset d4cbab5a690c (bug 1885173) for causing xpc failures @ toolkit...
[gecko.git] / .gitignore
blob936f02ba080036bb1258da45623d97136d977727
1 # .gitignore - List of filenames git should ignore
3 # See docs/code-quality/lint/linters/ignorefile.rst for lint-ignore-next-line
4 # syntax.
6 # Filenames that should be ignored wherever they appear
7 *~
8 *.pyc
9 *.pyo
10 TAGS
11 tags
12 .DS_Store
13 *.pdb
14 .eslintcache
15 *.gcda
16 *.gcno
17 *.gcov
18 compile_commands.json
20 # Ignore ID generated by idutils.
23 # Un-ignore id directory (for Indonesian locale)
24 # lint-ignore-next-line: git-only
25 !id/
27 # Generated by hg or patch (e.g. revert, failed patch, ...)
28 *.orig
29 *.rej
31 # Filesystem temporaries
32 .fuse_hidden*
34 # Ignore Python .egg-info directories for first-party modules (but,
35 # still add vendored packages' .egg-info directories)
36 # lint-ignore-next-line: syntax-difference
37 *.egg-info
38 # lint-ignore-next-line: syntax-difference
39 !third_party/python/**/*.egg-info
40 # lint-ignore-next-line: syntax-difference
41 !testing/web-platform/tests/tools/third_party/**/*.egg-info
43 # Vim swap files.
44 .*.sw[a-z]
45 .sw[a-z]
47 # Emacs directory variable files.
48 **/.dir-locals.el
49 # Emacs project sentinel files.
50 **/.projectile
52 # User files that may appear at the root
53 /.clang-tidy
54 /.clangd
55 /.mozconfig*
56 /mozconfig*
57 /.moz-fast-forward
58 /old-configure
59 /config.cache
60 /config.log
61 /.clang_complete
62 /machrc
63 /.machrc
65 # pyenv artifact
66 /.python-version
68 # Empty marker file that's generated when we check out NSS
69 security/manager/.nss.checkout
71 # Build directories
72 /obj*/
74 # gecko.log is generated by various test harnesses
75 /gecko.log
77 # Ignore all node_modules directories except for ones under third_party
78 node_modules/
79 devtools/**/node_modules/
80 tools/browsertime/node_modules/
81 tools/lint/eslint/eslint-plugin-mozilla/node_modules/
82 browser/components/asrouter/node_modules/
83 browser/components/newtab/node_modules/
84 browser/components/aboutwelcome/node_modules/
85 tools/esmify/node_modules/
87 # Ignore newtab component build assets
88 browser/components/newtab/logs/
90 # Ignore about:welcome component build assets
91 browser/components/aboutwelcome/logs/
93 # Ignore ASRouter component build assets
94 browser/components/asrouter/logs/
96 # Ignore ASRouter generated test files
97 browser/components/asrouter/content-src/schemas/corpus/CFRMessageProvider.messages.json
98 browser/components/asrouter/content-src/schemas/corpus/OnboardingMessageProvider.messages.json
99 browser/components/asrouter/content-src/schemas/corpus/PanelTestProvider.messages.json
100 browser/components/asrouter/content-src/schemas/corpus/PanelTestProvider_toast_notification.messages.json
102 # Ignore Pocket component build and dev assets
103 browser/components/pocket/content/panels/css/main.compiled.css.map
105 # Ignore downloaded thirdparty build artifacts.
106 toolkit/components/translations/bergamot-translator/thirdparty
108 # Build directories for js shell
109 *_DBG.OBJ/
110 *_OPT.OBJ/
111 /js/src/*-obj/
112 /js/src/obj-*/
114 # SpiderMonkey configury
115 js/src/old-configure
116 js/src/autom4te.cache
118 # SpiderMonkey test result logs
119 js/src/tests/results-*.html
120 js/src/tests/results-*.txt
121 js/src/devtools/rootAnalysis/t/out
123 # SpiderMonkey wasm/generate-spectests artifacts
124 js/src/jit-test/etc/wasm/generate-spectests/specs/
125 js/src/jit-test/etc/wasm/generate-spectests/tests/
126 js/src/jit-test/etc/wasm/generate-spectests/target/
128 # Java HTML5 parser classes
129 parser/html/java/htmlparser/
130 parser/html/java/javaparser/
131 parser/html/java/javaparser.jar
132 parser/html/java/translator.jar
134 # SVN directories
135 .svn/
137 # Ignore the files and directory that Eclipse IDE creates
138 .project
139 .cproject
140 .settings/
142 # Ignore the files and directory that JetBrains IDEs create.
143 /.idea/
144 *.iml
146 # Android Monitor in Android Studio creates a captures/ directory.
147 /captures/
149 # Gradle cache.
150 /.gradle/
152 # Local Gradle configuration properties.
153 /local.properties
155 # Ignore chrome.manifest files from the devtools loader
156 devtools/client/chrome.manifest
157 devtools/shared/chrome.manifest
159 # Ignore debugger build directories
160 devtools/client/debugger/assets/build
161 devtools/client/debugger/assets/module-manifest.json
163 # Ignore node_module directories and npm artifacts
164 remote/test/puppeteer/**.tsbuildinfo
165 remote/test/puppeteer/**/lib/
166 remote/test/puppeteer/**/node_modules/
167 remote/test/puppeteer/**/.wireit/
168 remote/test/puppeteer/.devcontainer/
169 remote/test/puppeteer/.github
170 remote/test/puppeteer/.husky
171 remote/test/puppeteer/.wireit/
172 remote/test/puppeteer/coverage/
173 remote/test/puppeteer/docker/
174 remote/test/puppeteer/docs/puppeteer-core.api.json
175 remote/test/puppeteer/docs/puppeteer.api.json
176 remote/test/puppeteer/experimental/
177 remote/test/puppeteer/lib/
178 remote/test/puppeteer/node_modules/
179 remote/test/puppeteer/package-lock.json
180 remote/test/puppeteer/packages/ng-schematics/test/build
181 remote/test/puppeteer/packages/puppeteer/**/README.md
182 remote/test/puppeteer/packages/puppeteer-core/src/generated
183 remote/test/puppeteer/packages/puppeteer-core/**/README.md
184 remote/test/puppeteer/src/generated
185 remote/test/puppeteer/test/build
186 remote/test/puppeteer/test/installation/puppeteer*.tgz
187 remote/test/puppeteer/test/output-firefox
188 remote/test/puppeteer/test/output-chromium
189 remote/test/puppeteer/testserver/lib/
190 remote/test/puppeteer/tools/internal/
191 remote/test/puppeteer/tools/mocha-runner/bin/
192 remote/test/puppeteer/website
194 third_party/js/PKI.js/node_modules/
195 third_party/js/PKI.js/package-lock.json
197 # git checkout of libstagefright
198 media/libstagefright/android
200 # Tag files generated by GNU Global
201 GTAGS
202 GRTAGS
203 GSYMS
204 GPATH
206 # Git clone directory for updating web-platform-tests
207 testing/web-platform/sync/
209 # Third party metadata for web-platform-tests
210 testing/web-platform/products/
212 # Android Gradle artifacts.
213 mobile/android/gradle/.gradle
215 # XCode project cruft
216 /*.xcodeproj/
218 # Rust/Cargo output from running `cargo` directly
219 /target/
220 /servo/ports/geckolib/target/
221 /dom/base/rust/target/
222 /servo/components/style/target/
223 /dom/webgpu/tests/cts/vendor/target/
225 # Ignore mozharness execution files
226 testing/mozharness/.tox/
227 testing/mozharness/build/
228 testing/mozharness/logs/
229 testing/mozharness/.coverage
230 testing/mozharness/nosetests.xml
232 # Ignore tox generated dir
233 .tox/
235 # Ignore talos virtualenv and tp5n files.
236 # The tp5n set is supposed to be decompressed at
237 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
238 # locally. Similarly, running talos requires a Python package virtual
239 # environment. Both the virtual environment and tp5n files end up littering
240 # the status command, so we ignore them.
241 testing/talos/.Python
242 testing/talos/bin/
243 testing/talos/include/
244 testing/talos/lib/
245 testing/talos/talos/fis/tp5n.zip
246 testing/talos/talos/fis/tp5n.tar.gz
247 testing/talos/talos/fis/tp5n
248 testing/talos/talos/tests/tp5n.zip
249 testing/talos/talos/tests/tp5n.tar.gz
250 testing/talos/talos/tests/tp5n
251 testing/talos/talos/tests/devtools/damp.manifest.develop
252 testing/talos/talos/startup_test/startup_about_home_paint/startup_about_home_paint.manifest.develop
253 testing/talos/talos/webextensions/
254 talos-venv
255 py3venv
256 testing/talos/talos/mitmproxy/mitmdump
257 testing/talos/talos/mitmproxy/mitmproxy
258 testing/talos/talos/mitmproxy/mitmweb
260 # Ignore talos webkit benchmark files; source is copied from in-tree /third_party
261 # into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
262 # i.e. speedometer, motionmark, stylebench
263 testing/talos/talos/tests/webkit/PerformanceTests
265 # Ignore sync tps logs and reports
266 tps.log
267 tps_result.json
269 # Ignore toolchains.json created by tooltool.
270 toolchains.json
272 # Unit test
273 .pytest_cache/
275 # Ruff
276 .ruff_cache/
278 # Ignore files created when running a reftest.
279 lextab.py
281 # Ignore Visual Studio/Visual Studio Code workspace files.
282 .vs/
283 # lint-ignore-next-line: syntax-difference
284 .vscode/
285 # lint-ignore-next-line: syntax-difference
286 !.vscode/extensions.json
287 # lint-ignore-next-line: syntax-difference
288 !.vscode/tasks.json
289 *.user
291 # Thunderbird source tree
292 /comm/
294 # Ignore various raptor performance framework files
295 testing/raptor/.raptor-venv
296 testing/raptor/raptor-venv
297 testing/raptor/raptor/tests/json/
298 testing/raptor/webext/raptor/auto_gen_test_config.js
300 # Ignore condprofile build directory
301 testing/condprofile/build
303 # Ignore browsertime output directory
304 browsertime-results
306 # Ignore the build directories of WebGPU and WebRender standalone builds.
307 gfx/wgpu/target
308 gfx/wgpu/**/build
309 gfx/wr/target/
311 # Ignore Rust/Cargo output from running `cargo` directly for image_builder docker image
312 taskcluster/docker/image_builder/build-image/target
314 # Ignore ICU4X experimentation data files.
315 # See intl/ICU4X.md for more details.
316 config/external/icu4x
318 # Ignore the index files generated by clangd.
319 .cache/clangd/index/
321 # Ignore mypy files
322 .mypy_cache/
324 # Ignore Storybook generated files
325 browser/components/storybook/node_modules/
326 browser/components/storybook/storybook-static/
327 browser/components/storybook/.storybook/chrome-map.js
328 browser/components/storybook/custom-elements.json
330 # Ignore jscodeshift installed by mach esmify on windows
331 tools/esmify/jscodeshift
332 tools/esmify/jscodeshift.cmd
333 tools/esmify/jscodeshift.ps1
334 tools/esmify/package-lock.json
336 # Ignore support files for en-US dictionary updates
337 extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/scowl
338 extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/support_files/
339 extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/*en_US-mozilla*
341 # Ignore automatically generated mots documentation
342 docs/mots/index.rst
344 # Ignore generated directory with .class files for GeckoView annotation processor
345 mobile/android/annotations/bin/