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
50 # Empty marker file that's generated when we check out NSS
51 security/manager/.nss.checkout
56 # gecko.log is generated by various test harnesses
59 # Ignore newtab component build assets
60 browser/components/newtab/logs/
62 # Ignore Pocket component build and dev assets
63 browser/components/pocket/content/panels/css/main.compiled.css.map
65 # Build directories for js shell
71 # SpiderMonkey configury
75 # SpiderMonkey test result logs
76 js/src/tests/results-*.html
77 js/src/tests/results-*.txt
79 # Java HTML5 parser classes
80 parser/html/java/htmlparser/
81 parser/html/java/javaparser/
82 parser/html/java/javaparser.jar
83 parser/html/java/translator.jar
85 # Ignore the files and directory that Eclipse IDE creates
90 # Ignore the files and directory that JetBrains IDEs create.
93 # Android Monitor in Android Studio creates a captures/ directory.
99 # Local Gradle configuration properties.
102 # Ignore chrome.manifest files from the devtools loader
103 devtools/client/chrome.manifest
104 devtools/shared/chrome.manifest
106 # Ignore debugger build directories
107 devtools/client/debugger/assets/build
108 devtools/client/debugger/assets/module-manifest.json
110 # Ignore node_modules directories in devtools
111 devtools/**/node_modules
113 # Ignore browsertime output directory
116 # Tag files generated by GNU Global
122 # Git clone directory for updating web-platform-tests
123 testing/web-platform/sync/
125 # Third party metadata for web-platform-tests
126 testing/web-platform/products/
128 # Android Gradle artifacts.
129 mobile/android/gradle/.gradle
131 # XCode project cruft
134 # Rust/Cargo output from running `cargo` directly
137 # Ignore mozharness execution files
138 testing/mozharness/.tox/
139 testing/mozharness/build/
140 testing/mozharness/logs/
141 testing/mozharness/.coverage
142 testing/mozharness/nosetests.xml
144 # Ignore ESLint node_modules
147 # Ignore talos virtualenv and tp5n files.
148 # The tp5n set is supposed to be decompressed at
149 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
150 # locally. Similarly, running talos requires a Python package virtual
151 # environment. Both the virtual environment and tp5n files end up littering
152 # the status command, so we ignore them.
153 testing/talos/.Python
155 testing/talos/include/
157 testing/talos/talos/fis/tp5n.zip
158 testing/talos/talos/fis/tp5n
159 testing/talos/talos/tests/tp5n.zip
160 testing/talos/talos/tests/tp5n
161 testing/talos/talos/tests/devtools/damp.manifest.develop
163 # Ignore sync tps logs and reports
170 # Ignore files created when running a reftest.
173 # Ignore Visual Studio/Visual Studio Code workspace files.
176 !.vscode/extensions.json
180 # Ignore various raptor performance framework files
181 testing/raptor/.raptor-venv
182 testing/raptor/raptor-venv
183 testing/raptor/raptor/tests/json/
184 testing/raptor/webext/raptor/auto_gen_test_config.js
186 # Ignore ICU4X experimentation data files.
187 # See intl/ICU4X.md for more details.
188 config/external/icu4x
190 # Ignore the index files generated by clangd.
193 # Ignore Storybook generated files
194 browser/components/storybook/node_modules/
195 browser/components/storybook/storybook-static/