Bug 1864828 - pt 1. Move operators to create literals with units into mfbt/ r=glandium
[gecko.git] / .gitignore
blobb10285e79d49b61ce445f2b0a4ca5ee39f3f37f2
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 # Ignore downloaded thirdparty build artifacts.
75 toolkit/components/translations/bergamot-translator/thirdparty
77 # Build directories for js shell
78 *_DBG.OBJ/
79 *_OPT.OBJ/
80 /js/src/*-obj/
81 /js/src/obj-*/
83 # SpiderMonkey configury
84 js/src/old-configure
85 js/src/autom4te.cache
86 # SpiderMonkey test result logs
87 js/src/tests/results-*.html
88 js/src/tests/results-*.txt
90 # Java HTML5 parser classes
91 parser/html/java/htmlparser/
92 parser/html/java/javaparser/
93 parser/html/java/javaparser.jar
94 parser/html/java/translator.jar
96 # Ignore the files and directory that Eclipse IDE creates
97 .project
98 .cproject
99 .settings/
101 # Ignore the files and directory that JetBrains IDEs create.
102 /.idea/
103 *.iml
104 # Android Monitor in Android Studio creates a captures/ directory.
105 /captures/
107 # Gradle cache.
108 /.gradle/
110 # Local Gradle configuration properties.
111 /local.properties
113 # Ignore chrome.manifest files from the devtools loader
114 devtools/client/chrome.manifest
115 devtools/shared/chrome.manifest
117 # Ignore debugger build directories
118 devtools/client/debugger/assets/build
119 devtools/client/debugger/assets/module-manifest.json
121 # Ignore node_modules directories in devtools
122 devtools/**/node_modules
124 # Ignore browsertime output directory
125 browsertime-results
127 # Ignore the build directories of WebGPU and WebRender standalone builds.
128 gfx/wgpu/target
129 gfx/wgpu/.*/build
130 gfx/wr/target/
132 # Tag files generated by GNU Global
133 GTAGS
134 GRTAGS
135 GSYMS
136 GPATH
138 # Git clone directory for updating web-platform-tests
139 testing/web-platform/sync/
141 # Third party metadata for web-platform-tests
142 testing/web-platform/products/
144 # Android Gradle artifacts.
145 mobile/android/gradle/.gradle
147 # XCode project cruft
148 /*.xcodeproj/
150 # Rust/Cargo output from running `cargo` directly
151 /target/
152 /servo/ports/geckolib/target/
153 /dom/base/rust/target/
154 /servo/components/style/target/
155 /dom/webgpu/tests/cts/vendor/target/
157 # Ignore mozharness execution files
158 testing/mozharness/.tox/
159 testing/mozharness/build/
160 testing/mozharness/logs/
161 testing/mozharness/.coverage
162 testing/mozharness/nosetests.xml
164 # Ignore ESLint node_modules
165 node_modules/
167 # Ignore talos virtualenv and tp5n files.
168 # The tp5n set is supposed to be decompressed at
169 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
170 # locally. Similarly, running talos requires a Python package virtual
171 # environment. Both the virtual environment and tp5n files end up littering
172 # the status command, so we ignore them.
173 testing/talos/.Python
174 testing/talos/bin/
175 testing/talos/include/
176 testing/talos/lib/
177 testing/talos/talos/fis/tp5n.zip
178 testing/talos/talos/fis/tp5n
179 testing/talos/talos/tests/tp5n.zip
180 testing/talos/talos/tests/tp5n
181 testing/talos/talos/tests/devtools/damp.manifest.develop
183 # Ignore sync tps logs and reports
184 tps.log
185 tps_result.json
187 # Unit test
188 .pytest_cache/
190 # Ignore files created when running a reftest.
191 lextab.py
193 # Ignore Visual Studio/Visual Studio Code workspace files.
194 .vs/
195 .vscode/
196 !.vscode/extensions.json
197 !.vscode/tasks.json
198 *.user
200 # Thunderbird source tree
201 /comm/
203 # Ignore various raptor performance framework files
204 testing/raptor/.raptor-venv
205 testing/raptor/raptor-venv
206 testing/raptor/raptor/tests/json/
207 testing/raptor/webext/raptor/auto_gen_test_config.js
209 # Ignore ICU4X experimentation data files.
210 # See intl/ICU4X.md for more details.
211 config/external/icu4x
213 # Ignore the index files generated by clangd.
214 .cache/clangd/index/
216 # Ignore Storybook generated files
217 browser/components/storybook/node_modules/
218 browser/components/storybook/storybook-static/
219 browser/components/storybook/.storybook/chrome-map.js
220 browser/components/storybook/custom-elements.json
222 # Ignore jscodeshift installed by mach esmify on windows
223 tools/esmify/jscodeshift
224 tools/esmify/jscodeshift.cmd
225 tools/esmify/jscodeshift.ps1
226 tools/esmify/package-lock.json
228 # Ignore automatically generated mots documentation
229 docs/mots/index.rst