1 # .gitignore - List of filenames git should ignore
3 # Filenames that should be ignored wherever they appear
12 # Ignore ID generated by idutils and un-ignore id directory (for Indonesian locale)
18 # Filesystem temporaries
21 # Ignore Python .egg-info directories for first-party modules (but,
22 # still add vendored packages' .egg-info directories)
24 !third_party/python/**/*.egg-info
25 !testing/web-platform/tests/tools/third_party/**/*.egg-info
31 # Emacs directory variable files.
33 # Emacs project sentinel files.
36 # User files that may appear at the root
49 # Empty marker file that's generated when we check out NSS
50 security/manager/.nss.checkout
55 # gecko.log is generated by various test harnesses
58 # Ignore newtab component build assets
59 browser/components/newtab/logs/
61 # Ignore Pocket component build and dev assets
62 browser/components/pocket/content/panels/css/main.compiled.css.map
64 # Build directories for js shell
70 # SpiderMonkey configury
74 # SpiderMonkey test result logs
75 js/src/tests/results-*.html
76 js/src/tests/results-*.txt
78 # Java HTML5 parser classes
79 parser/html/java/htmlparser/
80 parser/html/java/javaparser/
81 parser/html/java/javaparser.jar
82 parser/html/java/translator.jar
84 # Ignore the files and directory that Eclipse IDE creates
89 # Ignore the files and directory that JetBrains IDEs create.
92 # Android Monitor in Android Studio creates a captures/ directory.
98 # Local Gradle configuration properties.
101 # Ignore chrome.manifest files from the devtools loader
102 devtools/client/chrome.manifest
103 devtools/shared/chrome.manifest
105 # Ignore debugger build directories
106 devtools/client/debugger/assets/build
107 devtools/client/debugger/assets/module-manifest.json
109 # Ignore node_modules directories in devtools
110 devtools/**/node_modules
112 # Ignore browsertime output directory
115 # Tag files generated by GNU Global
121 # Git clone directory for updating web-platform-tests
122 testing/web-platform/sync/
124 # Third party metadata for web-platform-tests
125 testing/web-platform/products/
127 # Android Gradle artifacts.
128 mobile/android/gradle/.gradle
130 # XCode project cruft
133 # Rust/Cargo output from running `cargo` directly
136 # Ignore mozharness execution files
137 testing/mozharness/.tox/
138 testing/mozharness/build/
139 testing/mozharness/logs/
140 testing/mozharness/.coverage
141 testing/mozharness/nosetests.xml
143 # Ignore ESLint node_modules
146 # Ignore talos virtualenv and tp5n files.
147 # The tp5n set is supposed to be decompressed at
148 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
149 # locally. Similarly, running talos requires a Python package virtual
150 # environment. Both the virtual environment and tp5n files end up littering
151 # the status command, so we ignore them.
152 testing/talos/.Python
154 testing/talos/include/
156 testing/talos/talos/fis/tp5n.zip
157 testing/talos/talos/fis/tp5n
158 testing/talos/talos/tests/tp5n.zip
159 testing/talos/talos/tests/tp5n
160 testing/talos/talos/tests/devtools/damp.manifest.develop
162 # Ignore sync tps logs and reports
169 # Ignore files created when running a reftest.
172 # Ignore Visual Studio/Visual Studio Code workspace files.
175 !.vscode/extensions.json
178 # Ignore various raptor performance framework files
179 testing/raptor/.raptor-venv
180 testing/raptor/raptor-venv
181 testing/raptor/raptor/tests/json/
182 testing/raptor/webext/raptor/auto_gen_test_config.js
184 # Ignore ICU4X experimentation data files.
185 # See intl/ICU4X.md for more details.
186 config/external/icu4x
188 # Ignore the index files generated by clangd.