Newer
Older
# .hgignore - List of filenames hg should ignore
# Filenames that should be ignored wherever they appear

Mike Hommey
committed
(^|/)TAGS$
(^|/)tags$

Jim Blandy
committed
(^|/)ID$

Serge Gautherie
committed
(^|/)\.DS_Store$
\.pdb
\.eslintcache

Marco Castelluccio
committed
\.gcda
\.gcno
\.gcov
compile_commands\.json
# Generated by hg (e.g. revert, failed patch, ...)
\.orig$
\.rej$

Mitchell Hentges
committed
# Ignore Python .egg-info directories for first-party modules (but,
# still add vendored packages' .egg-info directories)
^(?=.*\.egg-info/)(?!^third_party/python/)(?!^testing/web-platform/tests/tools/third_party/)
# Vim swap files.
^\.sw.$
.[^/]*\.sw.$
# Emacs directory variable files.
\.dir-locals\.el
# Emacs project sentinel files.
\.projectile
# User files that may appear at the root
^\.clang-tidy

Emilio Cobos Álvarez
committed
^\.clangd
^\.mozconfig
^\.moz-fast-forward

Panos Astithas
committed
^old-configure$
^config\.cache$
^config\.log$
^\.?machrc$
# pyenv artifact
^\.python-version$

Daniel Holbert
committed
# Empty marker file that's generated when we check out NSS
^security/manager/\.nss\.checkout$
# Build directories
# gecko.log is generated by various test harnesses
^gecko\.log
# Ignore newtab component build assets
^browser/components/newtab/logs/

Barret Rennie
committed
# Ignore ASRouter generated test files
^browser/components/newtab/content-src/asrouter/schemas/corpus/CFRMessageProvider.messages.json
^browser/components/newtab/content-src/asrouter/schemas/corpus/OnboardingMessageProvider.messages.json
^browser/components/newtab/content-src/asrouter/schemas/corpus/PanelTestProvider.messages.json
^browser/components/newtab/content-src/asrouter/schemas/corpus/PanelTestProvider_toast_notification.messages.json
# Ignore Pocket component build and dev assets
browser/components/pocket/content/panels/css/main.compiled.css.map
# Build directories for js shell
_DBG\.OBJ/
_OPT\.OBJ/

Till Schneidereit
committed
^js/src/.*-obj/
^js/src/obj-.*/
# SpiderMonkey configury

Panos Astithas
committed
^js/src/old-configure$
^js/src/autom4te.cache$

Jim Blandy
committed
# SpiderMonkey test result logs
^js/src/tests/results-.*\.(html|txt)$
^js/src/devtools/rootAnalysis/t/out
# SpiderMonkey wasm/generate-spectests artifacts
^js/src/jit-test/etc/wasm/generate-spectests/specs/
^js/src/jit-test/etc/wasm/generate-spectests/tests/
^js/src/jit-test/etc/wasm/generate-spectests/target/

Ben Newman
committed
# Java HTML5 parser classes

Ben Newman
committed
^parser/html/java/(html|java)parser/

Jonathan Watt
committed
# Ignore the files and directory that Eclipse IDE creates

Till Schneidereit
committed
\.project$
\.cproject$
\.settings/

Nick Alexander
committed
# Ignore the files and directory that JetBrains IDEs create.

Botond Ballo
committed
\.idea/

Nick Alexander
committed
\.iml$
# Android Monitor in Android Studio creates a captures/ directory.
^captures/

Nick Alexander
committed
# Gradle cache.
^.gradle/

Botond Ballo
committed

Nick Alexander
committed
# Local Gradle configuration properties.
^local.properties$
# Git repositories
.git/

Panos Astithas
committed
# Ignore chrome.manifest files from the devtools loader
^devtools/client/chrome.manifest$
^devtools/shared/chrome.manifest$
# Ignore node_modules directories in devtools
^devtools/.*/node_modules/

Andreas Tolfsen
committed
# Ignore node_module directories and npm artifacts

Alexandra Borovova
committed
^remote/test/puppeteer/.*\.tsbuildinfo

Henrik Skupin
committed
^remote/test/puppeteer/.*/lib/
^remote/test/puppeteer/.*/node_modules/
^remote/test/puppeteer/.*/\.wireit/
^remote/test/puppeteer/\.devcontainer/

Alexandra Borovova
committed
^remote/test/puppeteer/\.github
^remote/test/puppeteer/\.husky

Henrik Skupin
committed
^remote/test/puppeteer/\.wireit/

Alexandra Borovova
committed
^remote/test/puppeteer/coverage/
^remote/test/puppeteer/docker/
^remote/test/puppeteer/docs/puppeteer-core\.api\.json

Alexandra Borovova
committed
^remote/test/puppeteer/docs/puppeteer\.api\.json

Maja Frydrychowicz
committed
^remote/test/puppeteer/experimental/
^remote/test/puppeteer/lib/

Alexandra Borovova
committed
^remote/test/puppeteer/node_modules/

Alexandra Borovova
committed
^remote/test/puppeteer/package-lock\.json
^remote/test/puppeteer/packages/ng-schematics/test/build

Alexandra Borovova
committed
^remote/test/puppeteer/src/generated

Alexandra Borovova
committed
^remote/test/puppeteer/test/build
^remote/test/puppeteer/test/installation/puppeteer.*\.tgz

Maja Frydrychowicz
committed
^remote/test/puppeteer/test/output-firefox
^remote/test/puppeteer/test/output-chromium
^remote/test/puppeteer/testserver/lib/
^remote/test/puppeteer/utils/mochaRunner/lib/

Julian Descottes
committed
^remote/test/puppeteer/website

Andreas Tolfsen
committed
^third_party/js/PKI.js/node_modules/
^third_party/js/PKI.js/package-lock.json
# git checkout of libstagefright
^media/libstagefright/android$
# Tag files generated by GNU Global

Jason Orendorff
committed
(^|/)GTAGS$
(^|/)GRTAGS$
(^|/)GSYMS$
(^|/)GPATH$
![Adam Roach [:abr] Adam Roach [:abr]'s avatar](/assets/no_avatar-849f9c04a3a0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png)
Adam Roach [:abr]
committed

James Graham
committed
# Git clone directory for updating web-platform-tests
^testing/web-platform/sync/

Rémy HUBSCHER
committed

James Graham
committed
# Third party metadata for web-platform-tests
^testing/web-platform/products/
# Android Gradle artifacts.
^mobile/android/gradle/.gradle
# XCode project cruft

Jonathan Watt
committed
^[^/]*\.xcodeproj/

Armen Zambrano Gasparnian
committed
# Rust/Cargo output from running `cargo` directly
^target/

Anurag Kalia
committed
^servo/ports/geckolib/target/
^dom/base/rust/target/
^servo/components/style/target/
^dom/webgpu/tests/cts/vendor/target/

Armen Zambrano Gasparnian
committed
# Ignore mozharness execution files
^testing/mozharness/.tox/

Armen Zambrano Gasparnian
committed
^testing/mozharness/build/
^testing/mozharness/logs/
^testing/mozharness/.coverage
^testing/mozharness/nosetests.xml

Michael Ratcliffe
committed

Armen Zambrano Gasparnian
committed
# Ignore tox generated dir
.tox/

Nick Alexander
committed
# Ignore ESLint and other tool's node_modules.

Mark Banner
committed
^node_modules/

Nick Alexander
committed
^tools/browsertime/node_modules/

Mark Banner
committed
^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
^browser/components/newtab/node_modules/

Tooru Fujisawa
committed
^tools/esmify/node_modules/

Mike Conley
committed
# Ignore talos virtualenv and tp5n files.
# The tp5n set is supposed to be decompressed at
# testing/talos/talos/fis|tests/tp5n in order to run tests like tps

Mike Conley
committed
# locally. Similarly, running talos requires a Python package virtual
# environment. Both the virtual environment and tp5n files end up littering
# the status command, so we ignore them.
^testing/talos/.Python
^testing/talos/bin/
^testing/talos/include/
^testing/talos/lib/
^testing/talos/talos/fis/tp5n.zip
^testing/talos/talos/fis/tp5n.tar.gz
^testing/talos/talos/fis/tp5n
^testing/talos/talos/tests/tp5n.zip
^testing/talos/talos/tests/tp5n.tar.gz
^testing/talos/talos/tests/tp5n
^testing/talos/talos/tests/devtools/damp.manifest.develop
^testing/talos/talos/startup_test/startup_about_home_paint/startup_about_home_paint.manifest.develop
^testing/talos/talos/webextensions/
^talos-venv

Rob Wood
committed
^py3venv
^testing/talos/talos/mitmproxy/mitmdump
^testing/talos/talos/mitmproxy/mitmproxy
^testing/talos/talos/mitmproxy/mitmweb

Botond Ballo
committed
# Ignore talos webkit benchmark files; source is copied from in-tree /third_party
# into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
# i.e. speedometer, motionmark, stylebench
^testing/talos/talos/tests/webkit/PerformanceTests
# Ignore toolchains.json created by tooltool.
^toolchains\.json
# Unit test
\.pytest_cache/

Andrew Halberstadt
committed
# Ruff
\.ruff_cache/

Botond Ballo
committed
# Ignore files created when running a reftest.
^lextab.py$
# Ignore sync tps logs and reports
tps\.log
tps_result\.json
# Ignore Visual Studio/Visual Studio Code workspace files.
\.vs/
\.vscode/(?!extensions\.json|tasks\.json)
\.user$
# https://bz.mercurial-scm.org/show_bug.cgi?id=5322
^comm/
# Ignore various raptor performance framework files
^testing/raptor/.raptor-venv
^testing/raptor/raptor-venv
^testing/raptor/raptor/tests/json/
^testing/raptor/webext/raptor/auto_gen_test_config.js

Myeongjun Go
committed
# Ignore condprofile build directory
^testing/condprofile/build
# Ignore browsertime output directory
^browsertime-results

Dzmitry Malyshau
committed
# Ignore the build directories of WebGPU and WebRender standalone builds.
gfx/wgpu/target
gfx/wgpu/.*/build

Nicolas Silva
committed
gfx/wr/target/

Tom Prince
committed
# Ignore Rust/Cargo output from running `cargo` directly for image_builder docker image
^taskcluster/docker/image_builder/build-image/target

Greg Tatum
committed
# Ignore ICU4X experimentation data files.
# See intl/ICU4X.md for more details.
^config/external/icu4x

Ting-Yu Lin
committed
# Ignore the index files generated by clangd.
^.cache/clangd/index/
# Ignore mypy files
\.mypy_cache/
# Ignore Storybook generated files
^browser/components/storybook/node_modules/
^browser/components/storybook/storybook-static/

Mark Striemer
committed
^browser/components/storybook/.storybook/chrome-map.js
^browser/components/storybook/custom-elements.json

Tooru Fujisawa
committed
# Ignore jscodeshift installed by mach esmify on windows
^tools/esmify/jscodeshift
^tools/esmify/jscodeshift.cmd
^tools/esmify/jscodeshift.ps1

Alexandra Borovova
committed
^tools/esmify/package-lock.json
# Ignore support files for en-US dictionary updates
^extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/scowl
^extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/support_files/
^extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/*en_US-mozilla*

Zeid
committed
# Ignore automatically generated mots documentation
^docs/mots/index.rst