Bug 1845017 - Disable the TestPHCExhaustion test r=glandium
[gecko.git] / .gitignore
blob8e82cd43d5a0f79f3b788f352034d930d80ab77d
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 ASRouter generated test files
63 browser/components/newtab/content-src/asrouter/schemas/corpus/CFRMessageProvider.messages.json
64 browser/components/newtab/content-src/asrouter/schemas/corpus/OnboardingMessageProvider.messages.json
65 browser/components/newtab/content-src/asrouter/schemas/corpus/PanelTestProvider.messages.json
66 browser/components/newtab/content-src/asrouter/schemas/corpus/PanelTestProvider_toast_notification.messages.json
68 # Ignore Pocket component build and dev assets
69 browser/components/pocket/content/panels/css/main.compiled.css.map
71 # Build directories for js shell
72 *_DBG.OBJ/
73 *_OPT.OBJ/
74 /js/src/*-obj/
75 /js/src/obj-*/
77 # SpiderMonkey configury
78 js/src/old-configure
79 js/src/autom4te.cache
80 # SpiderMonkey test result logs
81 js/src/tests/results-*.html
82 js/src/tests/results-*.txt
84 # Java HTML5 parser classes
85 parser/html/java/htmlparser/
86 parser/html/java/javaparser/
87 parser/html/java/javaparser.jar
88 parser/html/java/translator.jar
90 # Ignore the files and directory that Eclipse IDE creates
91 .project
92 .cproject
93 .settings/
95 # Ignore the files and directory that JetBrains IDEs create.
96 /.idea/
97 *.iml
98 # Android Monitor in Android Studio creates a captures/ directory.
99 /captures/
101 # Gradle cache.
102 /.gradle/
104 # Local Gradle configuration properties.
105 /local.properties
107 # Ignore chrome.manifest files from the devtools loader
108 devtools/client/chrome.manifest
109 devtools/shared/chrome.manifest
111 # Ignore debugger build directories
112 devtools/client/debugger/assets/build
113 devtools/client/debugger/assets/module-manifest.json
115 # Ignore node_modules directories in devtools
116 devtools/**/node_modules
118 # Ignore browsertime output directory
119 browsertime-results
121 # Ignore the build directories of WebGPU and WebRender standalone builds.
122 gfx/wgpu/target
123 gfx/wgpu/.*/build
124 gfx/wr/target/
126 # Tag files generated by GNU Global
127 GTAGS
128 GRTAGS
129 GSYMS
130 GPATH
132 # Git clone directory for updating web-platform-tests
133 testing/web-platform/sync/
135 # Third party metadata for web-platform-tests
136 testing/web-platform/products/
138 # Android Gradle artifacts.
139 mobile/android/gradle/.gradle
141 # XCode project cruft
142 /*.xcodeproj/
144 # Rust/Cargo output from running `cargo` directly
145 /target/
146 /servo/ports/geckolib/target/
147 /dom/base/rust/target/
148 /servo/components/style/target/
149 /dom/webgpu/tests/cts/vendor/target/
151 # Ignore mozharness execution files
152 testing/mozharness/.tox/
153 testing/mozharness/build/
154 testing/mozharness/logs/
155 testing/mozharness/.coverage
156 testing/mozharness/nosetests.xml
158 # Ignore ESLint node_modules
159 node_modules/
161 # Ignore talos virtualenv and tp5n files.
162 # The tp5n set is supposed to be decompressed at
163 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
164 # locally. Similarly, running talos requires a Python package virtual
165 # environment. Both the virtual environment and tp5n files end up littering
166 # the status command, so we ignore them.
167 testing/talos/.Python
168 testing/talos/bin/
169 testing/talos/include/
170 testing/talos/lib/
171 testing/talos/talos/fis/tp5n.zip
172 testing/talos/talos/fis/tp5n
173 testing/talos/talos/tests/tp5n.zip
174 testing/talos/talos/tests/tp5n
175 testing/talos/talos/tests/devtools/damp.manifest.develop
177 # Ignore sync tps logs and reports
178 tps.log
179 tps_result.json
181 # Unit test
182 .pytest_cache/
184 # Ignore files created when running a reftest.
185 lextab.py
187 # Ignore Visual Studio/Visual Studio Code workspace files.
188 .vs/
189 .vscode/
190 !.vscode/extensions.json
191 !.vscode/tasks.json
192 *.user
194 # Ignore various raptor performance framework files
195 testing/raptor/.raptor-venv
196 testing/raptor/raptor-venv
197 testing/raptor/raptor/tests/json/
198 testing/raptor/webext/raptor/auto_gen_test_config.js
200 # Ignore ICU4X experimentation data files.
201 # See intl/ICU4X.md for more details.
202 config/external/icu4x
204 # Ignore the index files generated by clangd.
205 .cache/clangd/index/
207 # Ignore Storybook generated files
208 browser/components/storybook/node_modules/
209 browser/components/storybook/storybook-static/
210 browser/components/storybook/.storybook/chrome-map.js
211 browser/components/storybook/custom-elements.json
213 # Ignore jscodeshift installed by mach esmify on windows
214 tools/esmify/jscodeshift
215 tools/esmify/jscodeshift.cmd
216 tools/esmify/jscodeshift.ps1
217 tools/esmify/package-lock.json
219 # Ignore automatically generated mots documentation
220 docs/mots/index.rst