Bug 1787947 - pref on CSS named pages in Nightly r=dholbert
[gecko.git] / .gitignore
blob35e4be0253625ec41755da69aca26d9c01b81803
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 Pocket component build and dev assets
62 browser/components/pocket/content/panels/css/main.compiled.css.map
64 # Build directories for js shell
65 *_DBG.OBJ/
66 *_OPT.OBJ/
67 /js/src/*-obj/
68 /js/src/obj-*/
70 # SpiderMonkey configury
71 js/src/old-configure
72 js/src/autom4te.cache
73 # SpiderMonkey test result logs
74 js/src/tests/results-*.html
75 js/src/tests/results-*.txt
77 # Java HTML5 parser classes
78 parser/html/java/htmlparser/
79 parser/html/java/javaparser/
80 parser/html/java/javaparser.jar
81 parser/html/java/translator.jar
83 # Ignore the files and directory that Eclipse IDE creates
84 .project
85 .cproject
86 .settings/
88 # Ignore the files and directory that JetBrains IDEs create.
89 /.idea/
90 *.iml
91 # Android Monitor in Android Studio creates a captures/ directory.
92 /captures/
94 # Gradle cache.
95 /.gradle/
97 # Local Gradle configuration properties.
98 /local.properties
100 # Ignore chrome.manifest files from the devtools loader
101 devtools/client/chrome.manifest
102 devtools/shared/chrome.manifest
104 # Ignore debugger build directories
105 devtools/client/debugger/assets/build
106 devtools/client/debugger/assets/module-manifest.json
108 # Ignore node_modules directories in devtools
109 devtools/**/node_modules
111 # Ignore browsertime output directory
112 browsertime-results
114 # Tag files generated by GNU Global
115 GTAGS
116 GRTAGS
117 GSYMS
118 GPATH
120 # Git clone directory for updating web-platform-tests
121 testing/web-platform/sync/
123 # Third party metadata for web-platform-tests
124 testing/web-platform/products/
126 # Android Gradle artifacts.
127 mobile/android/gradle/.gradle
129 # XCode project cruft
130 /*.xcodeproj/
132 # Rust/Cargo output from running `cargo` directly
133 /target/
134 /servo/ports/geckolib/target/
135 /dom/base/rust/target/
136 /servo/components/style/target/
138 # Ignore mozharness execution files
139 testing/mozharness/.tox/
140 testing/mozharness/build/
141 testing/mozharness/logs/
142 testing/mozharness/.coverage
143 testing/mozharness/nosetests.xml
145 # Ignore ESLint node_modules
146 node_modules/
148 # Ignore talos virtualenv and tp5n files.
149 # The tp5n set is supposed to be decompressed at
150 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
151 # locally. Similarly, running talos requires a Python package virtual
152 # environment. Both the virtual environment and tp5n files end up littering
153 # the status command, so we ignore them.
154 testing/talos/.Python
155 testing/talos/bin/
156 testing/talos/include/
157 testing/talos/lib/
158 testing/talos/talos/fis/tp5n.zip
159 testing/talos/talos/fis/tp5n
160 testing/talos/talos/tests/tp5n.zip
161 testing/talos/talos/tests/tp5n
162 testing/talos/talos/tests/devtools/damp.manifest.develop
164 # Ignore sync tps logs and reports
165 tps.log
166 tps_result.json
168 # Unit test
169 .pytest_cache/
171 # Ignore files created when running a reftest.
172 lextab.py
174 # Ignore Visual Studio/Visual Studio Code workspace files.
175 .vs/
176 .vscode/
177 !.vscode/extensions.json
178 !.vscode/tasks.json
179 *.user
181 # Ignore various raptor performance framework files
182 testing/raptor/.raptor-venv
183 testing/raptor/raptor-venv
184 testing/raptor/raptor/tests/json/
185 testing/raptor/webext/raptor/auto_gen_test_config.js
187 # Ignore ICU4X experimentation data files.
188 # See intl/ICU4X.md for more details.
189 config/external/icu4x
191 # Ignore the index files generated by clangd.
192 .cache/clangd/index/
194 # Ignore Storybook generated files
195 browser/components/storybook/node_modules/
196 browser/components/storybook/storybook-static/
198 # Ignore jscodeshift installed by mach esmify on windows
199 tools/esmify/jscodeshift
200 tools/esmify/jscodeshift.cmd
201 tools/esmify/jscodeshift.ps1
202 tools/esmify/package-lock.json