Bug 1866894 - Update failing subtest for content-visibility-auto-resize.html. r=fredw
[gecko.git] / .gitignore
blob78441b64b2eb6449fd814e2fdabd900004de108d
1 # .gitignore - List of filenames git should ignore
3 # Filenames that should be ignored wherever they appear
4 *~
5 *.pyc
6 *.pyo
7 TAGS
8 tags
9 compile_commands.json
10 toolchains.json
12 # Ignore ID generated by idutils and un-ignore id directory (for Indonesian locale)
14 !id/
15 .DS_Store*
16 *.pdb
17 .eslintcache
18 # Filesystem temporaries
19 .fuse_hidden*
21 # Ignore Python .egg-info directories for first-party modules (but,
22 # still add vendored packages' .egg-info directories)
23 *.egg-info
24 !third_party/python/**/*.egg-info
25 !testing/web-platform/tests/tools/third_party/**/*.egg-info
27 # Vim swap files.
28 .*.sw[a-z]
29 .sw[a-z]
31 # Emacs directory variable files.
32 **/.dir-locals.el
33 # Emacs project sentinel files.
34 **/.projectile
36 # User files that may appear at the root
37 /.clang-tidy
38 /.clangd
39 /.mozconfig*
40 /mozconfig*
41 /old-configure
42 /config.cache
43 /config.log
44 /.clang_complete
45 /machrc
46 /.machrc
47 # pyenv artifact
48 /.python-version
50 # Empty marker file that's generated when we check out NSS
51 security/manager/.nss.checkout
53 # Build directories
54 /obj*/
56 # gecko.log is generated by various test harnesses
57 /gecko.log
59 # Ignore newtab component build assets
60 browser/components/newtab/logs/
62 # Ignore about:welcome component build assets
63 browser/components/aboutwelcome/logs/
65 # Ignore ASRouter generated test files
66 browser/components/newtab/content-src/asrouter/schemas/corpus/CFRMessageProvider.messages.json
67 browser/components/newtab/content-src/asrouter/schemas/corpus/OnboardingMessageProvider.messages.json
68 browser/components/newtab/content-src/asrouter/schemas/corpus/PanelTestProvider.messages.json
69 browser/components/newtab/content-src/asrouter/schemas/corpus/PanelTestProvider_toast_notification.messages.json
71 # Ignore Pocket component build and dev assets
72 browser/components/pocket/content/panels/css/main.compiled.css.map
74 # Build directories for js shell
75 *_DBG.OBJ/
76 *_OPT.OBJ/
77 /js/src/*-obj/
78 /js/src/obj-*/
80 # SpiderMonkey configury
81 js/src/old-configure
82 js/src/autom4te.cache
83 # SpiderMonkey test result logs
84 js/src/tests/results-*.html
85 js/src/tests/results-*.txt
87 # Java HTML5 parser classes
88 parser/html/java/htmlparser/
89 parser/html/java/javaparser/
90 parser/html/java/javaparser.jar
91 parser/html/java/translator.jar
93 # Ignore the files and directory that Eclipse IDE creates
94 .project
95 .cproject
96 .settings/
98 # Ignore the files and directory that JetBrains IDEs create.
99 /.idea/
100 *.iml
101 # Android Monitor in Android Studio creates a captures/ directory.
102 /captures/
104 # Gradle cache.
105 /.gradle/
107 # Local Gradle configuration properties.
108 /local.properties
110 # Ignore chrome.manifest files from the devtools loader
111 devtools/client/chrome.manifest
112 devtools/shared/chrome.manifest
114 # Ignore debugger build directories
115 devtools/client/debugger/assets/build
116 devtools/client/debugger/assets/module-manifest.json
118 # Ignore node_modules directories in devtools
119 devtools/**/node_modules
121 # Ignore browsertime output directory
122 browsertime-results
124 # Ignore the build directories of WebGPU and WebRender standalone builds.
125 gfx/wgpu/target
126 gfx/wgpu/.*/build
127 gfx/wr/target/
129 # Tag files generated by GNU Global
130 GTAGS
131 GRTAGS
132 GSYMS
133 GPATH
135 # Git clone directory for updating web-platform-tests
136 testing/web-platform/sync/
138 # Third party metadata for web-platform-tests
139 testing/web-platform/products/
141 # Android Gradle artifacts.
142 mobile/android/gradle/.gradle
144 # XCode project cruft
145 /*.xcodeproj/
147 # Rust/Cargo output from running `cargo` directly
148 /target/
149 /servo/ports/geckolib/target/
150 /dom/base/rust/target/
151 /servo/components/style/target/
152 /dom/webgpu/tests/cts/vendor/target/
154 # Ignore mozharness execution files
155 testing/mozharness/.tox/
156 testing/mozharness/build/
157 testing/mozharness/logs/
158 testing/mozharness/.coverage
159 testing/mozharness/nosetests.xml
161 # Ignore ESLint node_modules
162 node_modules/
164 # Ignore talos virtualenv and tp5n files.
165 # The tp5n set is supposed to be decompressed at
166 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
167 # locally. Similarly, running talos requires a Python package virtual
168 # environment. Both the virtual environment and tp5n files end up littering
169 # the status command, so we ignore them.
170 testing/talos/.Python
171 testing/talos/bin/
172 testing/talos/include/
173 testing/talos/lib/
174 testing/talos/talos/fis/tp5n.zip
175 testing/talos/talos/fis/tp5n
176 testing/talos/talos/tests/tp5n.zip
177 testing/talos/talos/tests/tp5n
178 testing/talos/talos/tests/devtools/damp.manifest.develop
180 # Ignore sync tps logs and reports
181 tps.log
182 tps_result.json
184 # Unit test
185 .pytest_cache/
187 # Ignore files created when running a reftest.
188 lextab.py
190 # Ignore Visual Studio/Visual Studio Code workspace files.
191 .vs/
192 .vscode/
193 !.vscode/extensions.json
194 !.vscode/tasks.json
195 *.user
197 # Thunderbird source tree
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 ICU4X experimentation data files.
207 # See intl/ICU4X.md for more details.
208 config/external/icu4x
210 # Ignore the index files generated by clangd.
211 .cache/clangd/index/
213 # Ignore Storybook generated files
214 browser/components/storybook/node_modules/
215 browser/components/storybook/storybook-static/
216 browser/components/storybook/.storybook/chrome-map.js
217 browser/components/storybook/custom-elements.json
219 # Ignore jscodeshift installed by mach esmify on windows
220 tools/esmify/jscodeshift
221 tools/esmify/jscodeshift.cmd
222 tools/esmify/jscodeshift.ps1
223 tools/esmify/package-lock.json
225 # Ignore automatically generated mots documentation
226 docs/mots/index.rst