Bug 1827491 [wpt PR 39482] - Update html5lib-tests generated tests, a=testonly
[gecko.git] / .gitignore
blob8a58530a4bccc2be07f58817de4a16fa16262274
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 /.mozconfig*
39 /mozconfig*
40 /old-configure
41 /config.cache
42 /config.log
43 /.clang_complete
44 /machrc
45 /.machrc
46 # pyenv artifact
47 /.python-version
49 # Empty marker file that's generated when we check out NSS
50 security/manager/.nss.checkout
52 # Build directories
53 /obj*/
55 # gecko.log is generated by various test harnesses
56 /gecko.log
58 # Ignore newtab component build assets
59 browser/components/newtab/logs/
61 # Ignore ASRouter generated test files
62 browser/components/newtab/content-src/asrouter/schemas/corpus/CFRMessageProvider.messages.json
63 browser/components/newtab/content-src/asrouter/schemas/corpus/OnboardingMessageProvider.messages.json
64 browser/components/newtab/content-src/asrouter/schemas/corpus/PanelTestProvider.messages.json
65 browser/components/newtab/content-src/asrouter/schemas/corpus/PanelTestProvider_toast_notification.messages.json
67 # Ignore Pocket component build and dev assets
68 browser/components/pocket/content/panels/css/main.compiled.css.map
70 # Build directories for js shell
71 *_DBG.OBJ/
72 *_OPT.OBJ/
73 /js/src/*-obj/
74 /js/src/obj-*/
76 # SpiderMonkey configury
77 js/src/old-configure
78 js/src/autom4te.cache
79 # SpiderMonkey test result logs
80 js/src/tests/results-*.html
81 js/src/tests/results-*.txt
83 # Java HTML5 parser classes
84 parser/html/java/htmlparser/
85 parser/html/java/javaparser/
86 parser/html/java/javaparser.jar
87 parser/html/java/translator.jar
89 # Ignore the files and directory that Eclipse IDE creates
90 .project
91 .cproject
92 .settings/
94 # Ignore the files and directory that JetBrains IDEs create.
95 /.idea/
96 *.iml
97 # Android Monitor in Android Studio creates a captures/ directory.
98 /captures/
100 # Gradle cache.
101 /.gradle/
103 # Local Gradle configuration properties.
104 /local.properties
106 # Ignore chrome.manifest files from the devtools loader
107 devtools/client/chrome.manifest
108 devtools/shared/chrome.manifest
110 # Ignore debugger build directories
111 devtools/client/debugger/assets/build
112 devtools/client/debugger/assets/module-manifest.json
114 # Ignore node_modules directories in devtools
115 devtools/**/node_modules
117 # Ignore browsertime output directory
118 browsertime-results
120 # Tag files generated by GNU Global
121 GTAGS
122 GRTAGS
123 GSYMS
124 GPATH
126 # Git clone directory for updating web-platform-tests
127 testing/web-platform/sync/
129 # Third party metadata for web-platform-tests
130 testing/web-platform/products/
132 # Android Gradle artifacts.
133 mobile/android/gradle/.gradle
135 # XCode project cruft
136 /*.xcodeproj/
138 # Rust/Cargo output from running `cargo` directly
139 /target/
140 /servo/ports/geckolib/target/
141 /dom/base/rust/target/
142 /servo/components/style/target/
144 # Ignore mozharness execution files
145 testing/mozharness/.tox/
146 testing/mozharness/build/
147 testing/mozharness/logs/
148 testing/mozharness/.coverage
149 testing/mozharness/nosetests.xml
151 # Ignore ESLint node_modules
152 node_modules/
154 # Ignore talos virtualenv and tp5n files.
155 # The tp5n set is supposed to be decompressed at
156 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
157 # locally. Similarly, running talos requires a Python package virtual
158 # environment. Both the virtual environment and tp5n files end up littering
159 # the status command, so we ignore them.
160 testing/talos/.Python
161 testing/talos/bin/
162 testing/talos/include/
163 testing/talos/lib/
164 testing/talos/talos/fis/tp5n.zip
165 testing/talos/talos/fis/tp5n
166 testing/talos/talos/tests/tp5n.zip
167 testing/talos/talos/tests/tp5n
168 testing/talos/talos/tests/devtools/damp.manifest.develop
170 # Ignore sync tps logs and reports
171 tps.log
172 tps_result.json
174 # Unit test
175 .pytest_cache/
177 # Ignore files created when running a reftest.
178 lextab.py
180 # Ignore Visual Studio/Visual Studio Code workspace files.
181 .vs/
182 .vscode/
183 !.vscode/extensions.json
184 !.vscode/tasks.json
185 *.user
187 # Ignore various raptor performance framework files
188 testing/raptor/.raptor-venv
189 testing/raptor/raptor-venv
190 testing/raptor/raptor/tests/json/
191 testing/raptor/webext/raptor/auto_gen_test_config.js
193 # Ignore ICU4X experimentation data files.
194 # See intl/ICU4X.md for more details.
195 config/external/icu4x
197 # Ignore the index files generated by clangd.
198 .cache/clangd/index/
200 # Ignore Storybook generated files
201 browser/components/storybook/node_modules/
202 browser/components/storybook/storybook-static/
203 browser/components/storybook/.storybook/chrome-map.js
204 browser/components/storybook/custom-elements.json
206 # Ignore jscodeshift installed by mach esmify on windows
207 tools/esmify/jscodeshift
208 tools/esmify/jscodeshift.cmd
209 tools/esmify/jscodeshift.ps1
210 tools/esmify/package-lock.json